PipeWire  0.3.67
spa/include/spa/param/profiler.h
Go to the documentation of this file.
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2020 Wim Taymans */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_PARAM_PROFILER_H
6 #define SPA_PARAM_PROFILER_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/param.h>
18 
20 enum spa_profiler {
22 
23  SPA_PROFILER_START_Driver = 0x10000,
54  SPA_PROFILER_START_Follower = 0x20000,
66  SPA_PROFILER_START_CUSTOM = 0x1000000,
67 };
68 
73 #ifdef __cplusplus
74 } /* extern "C" */
75 #endif
76 
77 #endif /* SPA_PARAM_PROFILER_H */
spa_profiler
properties for SPA_TYPE_OBJECT_Profiler
Definition: spa/include/spa/param/profiler.h:25
@ SPA_PROFILER_driverBlock
generic driver info block (Struct( Int : driver_id, String : name, Long : driver prev_signal,...
Definition: spa/include/spa/param/profiler.h:48
@ SPA_PROFILER_followerBlock
generic follower info block (Struct( Int : id, String : name, Long : prev_signal, Long : signal,...
Definition: spa/include/spa/param/profiler.h:60
@ SPA_PROFILER_clock
clock information (Struct( Int : clock flags, Int : clock id, String: clock name, Long : clock nsec,...
Definition: spa/include/spa/param/profiler.h:36
@ SPA_PROFILER_START_Follower
follower related profiler properties
Definition: spa/include/spa/param/profiler.h:59
@ SPA_PROFILER_info
Generic info, counter and CPU load, (Struct( Long : counter, Float : cpu_load fast,...
Definition: spa/include/spa/param/profiler.h:29
@ SPA_PROFILER_START
Definition: spa/include/spa/param/profiler.h:26
@ SPA_PROFILER_START_CUSTOM
Definition: spa/include/spa/param/profiler.h:71
@ SPA_PROFILER_START_Driver
driver related profiler properties
Definition: spa/include/spa/param/profiler.h:28
spa/param/param.h