PipeWire  1.4.11
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,
58  SPA_PROFILER_START_Follower = 0x20000,
82  SPA_PROFILER_START_CUSTOM = 0x1000000,
83 };
84 
89 #ifdef __cplusplus
90 } /* extern "C" */
91 #endif
92 
93 #endif /* SPA_PARAM_PROFILER_H */
clock information (Struct( Int : clock flags, Int : clock id, String: clock name, Long : clock nsec...
Definition: profiler.h:36
follower clock information (Struct( Int : clock id, String: clock name, Long : clock nsec...
Definition: profiler.h:75
spa/param/param.h
generic follower info block (Struct( Int : id, String : name, Long : prev_signal, Long : signal...
Definition: profiler.h:64
follower related profiler properties
Definition: profiler.h:63
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:87
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, Int : xrun_count))
Definition: profiler.h:51
Definition: profiler.h:26
driver related profiler properties
Definition: profiler.h:28