mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pw-profiler: add profiler tool
Add Profiler object and fields. Add profiler extension API. It notifies Profiler objects with real-time performance data. Add module that implements the profiler extension. Add pw-profiler tool that binds to the profiler API and dumps the data into a log file, gnuplot files, a html page and a script to generate svg graphs. This is almost the same as what JACK2 JackEngineProfiling does.
This commit is contained in:
parent
5a47652dc2
commit
3317af804b
13 changed files with 1182 additions and 1 deletions
|
|
@ -123,7 +123,8 @@ static void test_abi(void)
|
|||
spa_assert(SPA_TYPE_OBJECT_ParamProfile == 0x40007);
|
||||
spa_assert(SPA_TYPE_OBJECT_ParamPortConfig == 0x40008);
|
||||
spa_assert(SPA_TYPE_OBJECT_ParamRoute == 0x40009);
|
||||
spa_assert(SPA_TYPE_OBJECT_LAST == 0x4000a);
|
||||
spa_assert(SPA_TYPE_OBJECT_Profiler == 0x4000a);
|
||||
spa_assert(SPA_TYPE_OBJECT_LAST == 0x4000b);
|
||||
|
||||
spa_assert(SPA_TYPE_VENDOR_PipeWire == 0x02000000);
|
||||
spa_assert(SPA_TYPE_VENDOR_Other == 0x7f000000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue