mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 23:20:54 +00:00
libsysprof: add scaffolding to perform category summaries
The goal here is to summarize the categories starting from a specific frame.
This commit is contained in:
@ -6,6 +6,7 @@ libsysprof_public_sources = [
|
||||
'sysprof-callgraph.c',
|
||||
'sysprof-callgraph-categorize.c',
|
||||
'sysprof-categories.c',
|
||||
'sysprof-category-summary.c',
|
||||
'sysprof-cpu-info.c',
|
||||
'sysprof-cpu-usage.c',
|
||||
'sysprof-diagnostic.c',
|
||||
@ -64,6 +65,7 @@ libsysprof_public_headers = [
|
||||
'sysprof-callgraph-frame.h',
|
||||
'sysprof-callgraph-symbol.h',
|
||||
'sysprof-callgraph.h',
|
||||
'sysprof-category-summary.h',
|
||||
'sysprof-cpu-info.h',
|
||||
'sysprof-cpu-usage.h',
|
||||
'sysprof-diagnostic.h',
|
||||
|
||||
Reference in New Issue
Block a user