Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 702 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 702 Bytes

Source profiler for OBS Studio

Plugin for OBS Studio to add Source Profiler to tools menu

Based on source profiling ui by @derrod

Build

  • In-tree build
  • Stand-alone build
    • Verify that you have development files for OBS
    • Check out this repository and run cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build