diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-05-15 21:18:26 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-06-02 22:26:13 +0200 |
commit | d9acfb71dbfb6e916b9752593158698b8021b28c (patch) | |
tree | 82e27310f08524ef78caa2cf9bc714540324bc19 /src/core/manager.h | |
parent | 518d10e98508ec8181e864924484a2ca994c5d43 (diff) |
analyze: show unit file loading on plot
This will add another color to the legend called "Loading unit files"
Like the generators it will mark a part of the systemd bar indicating
the time spent while loading unit files.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r-- | src/core/manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/manager.h b/src/core/manager.h index 5d777e6ed3..dcc4ebed92 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -152,6 +152,8 @@ struct Manager { dual_timestamp finish_timestamp; dual_timestamp generators_start_timestamp; dual_timestamp generators_finish_timestamp; + dual_timestamp unitsload_start_timestamp; + dual_timestamp unitsload_finish_timestamp; char *generator_unit_path; char *generator_unit_path_early; |