mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add helper to create profiler from capture reader
This will look at what was in the reader before and create a new local profiler from that. This still needs to add support for restoring info from sources which need to be inflated.
This commit is contained in:
@ -41,6 +41,8 @@ struct _SysprofLocalProfilerClass
|
||||
};
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofProfiler *sysprof_local_profiler_new (void);
|
||||
SysprofProfiler *sysprof_local_profiler_new (void);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofProfiler *sysprof_local_profiler_new_replay (SysprofCaptureReader *reader);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user