Skip to content

exeldro/obs-source-profiler

Repository files navigation

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