Home
last modified time | relevance | path

Searched refs:profiler_snapshot_entry_t (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dprofiler.h11 typedef struct profiler_snapshot_entry profiler_snapshot_entry_t; typedef
67 profiler_snapshot_entry_t *entry);
90 profiler_snapshot_enumerate_children(profiler_snapshot_entry_t *entry,
95 profiler_snapshot_entry_name(profiler_snapshot_entry_t *entry);
98 profiler_snapshot_entry_times(profiler_snapshot_entry_t *entry);
100 profiler_snapshot_entry_min_time(profiler_snapshot_entry_t *entry);
102 profiler_snapshot_entry_max_time(profiler_snapshot_entry_t *entry);
109 profiler_snapshot_entry_t *entry);
111 profiler_snapshot_entry_t *entry);
113 profiler_snapshot_entry_t *entry);
[all …]
H A Dprofiler.c16 DARRAY(profiler_snapshot_entry_t) roots;
30 DARRAY(profiler_snapshot_entry_t) children;
564 static void profile_print_entry(profiler_snapshot_entry_t *entry, in profile_print_entry()
894 profiler_snapshot_entry_t *s_entry) in add_entry_to_snapshot()
916 static void sort_snapshot_entry(profiler_snapshot_entry_t *entry) in sort_snapshot_entry()
950 static void free_snapshot_entry(profiler_snapshot_entry_t *entry) in free_snapshot_entry()
974 const profiler_snapshot_entry_t *parent, in entry_dump_csv()
975 const profiler_snapshot_entry_t *entry, in entry_dump_csv()
1134 profiler_snapshot_entry_times(profiler_snapshot_entry_t *entry) in profiler_snapshot_entry_times()
1161 profiler_snapshot_entry_t *entry) in profiler_snapshot_entry_expected_time_between_calls()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/docs/sphinx/
H A Dreference-libobs-util-profiler.rst8 .. type:: typedef struct profiler_snapshot_entry profiler_snapshot_entry_t
183 .. type:: typedef bool (*profiler_entry_enum_func)(void *context, profiler_snapshot_entry_t *entry)
225 .. function:: size_t profiler_snapshot_num_children(profiler_snapshot_entry_t *entry)
242 .. function:: const char *profiler_snapshot_entry_name(profiler_snapshot_entry_t *entry)
249 .. function:: profiler_time_entries_t *profiler_snapshot_entry_times(profiler_snapshot_entry_t *ent…
258 .. function:: uint64_t profiler_snapshot_entry_min_time(profiler_snapshot_entry_t *entry)
267 .. function:: uint64_t profiler_snapshot_entry_max_time(profiler_snapshot_entry_t *entry)
276 .. function:: uint64_t profiler_snapshot_entry_overall_count(profiler_snapshot_entry_t *entry)
294 …on:: uint64_t profiler_snapshot_entry_expected_time_between_calls(profiler_snapshot_entry_t *entry)
304 .. function:: uint64_t profiler_snapshot_entry_min_time_between_calls(profiler_snapshot_entry_t *en…
[all …]