mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: start on sysprof-analyze library
The goal here is to break up libsysprof into a library for recording profiles (using libsysprof-capture) and a library for analyzing profiles (both used by the sysprof UI).
This commit is contained in:
@ -3,9 +3,7 @@ libsysprof_c_args = [ '-DSYSPROF_COMPILATION' ]
|
||||
libsysprof_public_sources = [
|
||||
'sysprof-battery-source.c',
|
||||
'sysprof-callgraph-profile.c',
|
||||
'sysprof-capture-frame-object.c',
|
||||
'sysprof-capture-gobject.c',
|
||||
'sysprof-capture-model.c',
|
||||
'sysprof-capture-symbol-resolver.c',
|
||||
'sysprof-control-source.c',
|
||||
'sysprof-diskstat-source.c',
|
||||
@ -38,9 +36,7 @@ libsysprof_public_headers = [
|
||||
'sysprof-battery-source.h',
|
||||
'sysprof-callgraph-profile.h',
|
||||
'sysprof-capture-autocleanups.h',
|
||||
'sysprof-capture-frame-object.h',
|
||||
'sysprof-capture-gobject.h',
|
||||
'sysprof-capture-model.h',
|
||||
'sysprof-capture-symbol-resolver.h',
|
||||
'sysprof-control-source.h',
|
||||
'sysprof-diskstat-source.h',
|
||||
|
||||
Reference in New Issue
Block a user