PipeWire 1.4.1
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
profiler-types.h
Go to the documentation of this file.
1/* Simple Plugin API */
2/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3/* SPDX-License-Identifier: MIT */
4
5#ifndef SPA_PARAM_PROFILER_TYPES_H
6#define SPA_PARAM_PROFILER_TYPES_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
18#include <spa/param/profiler.h>
19
20#define SPA_TYPE_INFO_Profiler SPA_TYPE_INFO_OBJECT_BASE "Profiler"
21#define SPA_TYPE_INFO_PROFILER_BASE SPA_TYPE_INFO_Profiler ":"
22
23static const struct spa_type_info spa_type_profiler[] = {
30 { 0, 0, NULL, NULL },
31};
32
37#ifdef __cplusplus
38} /* extern "C" */
39#endif
40
41#endif /* SPA_PARAM_PROFILER_TYPES_H */
#define SPA_TYPE_INFO_PROFILER_BASE
Definition profiler-types.h:28
static const struct spa_type_info spa_type_param[]
Definition param-types.h:32
static const struct spa_type_info spa_type_profiler[]
Definition profiler-types.h:30
@ SPA_PROFILER_driverBlock
generic driver info block (Struct( Int : driver_id,...
Definition profiler.h:51
@ SPA_PROFILER_followerBlock
generic follower info block (Struct( Int : id, ...
Definition profiler.h:64
@ SPA_PROFILER_clock
clock information (Struct( Int : clock flags, I...
Definition profiler.h:36
@ SPA_PROFILER_info
Generic info, counter and CPU load, (Struct( Long : counter,...
Definition profiler.h:29
@ SPA_PROFILER_START
Definition profiler.h:26
@ SPA_PROFILER_followerClock
follower clock information (Struct( Int : clock id,...
Definition profiler.h:75
@ SPA_TYPE_Id
Definition type.h:44
@ SPA_TYPE_Struct
Definition type.h:55
spa/param/param-types.h
spa/param/profiler.h
Definition type.h:154