PipeWire  1.0.7
profiler.h
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 */
clock information (Struct( Int : clock flags, Int : clock id, String: clock name, Long : clock nsec...
Definition: profiler.h:36
generic follower info block (Struct( Int : id, String : name, Long : prev_signal, Long : signal...
Definition: profiler.h:60
follower related profiler properties
Definition: profiler.h:59
Generic info, counter and CPU load, (Struct( Long : counter, Float : cpu_load fast, Float : cpu_load medium, Float : cpu_load slow), Int : xrun-count))
Definition: profiler.h:29
Definition: profiler.h:71
spa_profiler
properties for SPA_TYPE_OBJECT_Profiler
Definition: profiler.h:25
generic driver info block (Struct( Int : driver_id, String : name, Long : driver prev_signal, Long : driver signal, Long : driver awake, Long : driver finish, Int : driver status), Fraction : latency))
Definition: profiler.h:48
Definition: profiler.h:26
driver related profiler properties
Definition: profiler.h:28