libobs/util: Add compressed profiler snapshot saving

This commit is contained in:
Palana
2015-08-01 09:28:49 +02:00
parent 5dd030882d
commit 91ea844333
3 changed files with 31 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ EXPORT void profile_snapshot_free(profiler_snapshot_t *snap);
EXPORT bool profiler_snapshot_dump_csv(const profiler_snapshot_t *snap,
const char *filename);
EXPORT bool profiler_snapshot_dump_csv_gz(const profiler_snapshot_t *snap,
const char *filename);
EXPORT size_t profiler_snapshot_num_roots(profiler_snapshot_t *snap);
EXPORT void profiler_snapshot_enumerate_roots(profiler_snapshot_t *snap,