libsysprof-profile: add network usage instrument

This commit is contained in:
Christian Hergert
2023-05-31 22:43:33 -07:00
parent e3404dd0ca
commit fd40e940d3
5 changed files with 414 additions and 0 deletions

View File

@ -27,6 +27,7 @@ G_BEGIN_DECLS
#define SYSPROF_PROFILE_INSIDE
# include "sysprof-cpu-usage.h"
# include "sysprof-instrument.h"
# include "sysprof-network-usage.h"
# include "sysprof-profiler.h"
# include "sysprof-recording.h"
# include "sysprof-spawnable.h"