mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof-analyze: add an XY series strucuture
This is meant to contain information about XY coordinates that we can store in a normalized form. That allows them to be reused across different scales without regenerating them. It also includes a back-pointer to the model index so that we can pull out the real object when necessary for drawing.
This commit is contained in:
@ -61,6 +61,7 @@ G_BEGIN_DECLS
|
||||
# include "sysprof-symbolizer.h"
|
||||
# include "sysprof-time-series.h"
|
||||
# include "sysprof-time-span.h"
|
||||
# include "sysprof-xy-series.h"
|
||||
#undef SYSPROF_ANALYZE_INSIDE
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user