mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-04-23 14:01:26 +00:00
memory: add memory source for basic mem stats
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
sources_headers = [
|
||||
'sp-gjs-source.h',
|
||||
'sp-hostinfo-source.h',
|
||||
'sp-memory-source.h',
|
||||
'sp-perf-source.h',
|
||||
'sp-proc-source.h',
|
||||
'sp-source.h',
|
||||
@ -9,6 +10,7 @@ sources_headers = [
|
||||
sources_sources = [
|
||||
'sp-gjs-source.c',
|
||||
'sp-hostinfo-source.c',
|
||||
'sp-memory-source.c',
|
||||
'sp-perf-counter.c',
|
||||
'sp-perf-counter.h',
|
||||
'sp-perf-source.c',
|
||||
@ -20,4 +22,4 @@ libsysprof_headers += files(sources_headers)
|
||||
libsysprof_sources += files(sources_sources)
|
||||
|
||||
install_headers(sources_headers,
|
||||
subdir: join_paths(libsysprof_header_subdir, 'sources'))
|
||||
subdir: join_paths(libsysprof_header_subdir, 'sources'))
|
||||
Reference in New Issue
Block a user