diff options
| author | liuchang <[email protected]> | 2023-04-04 03:45:06 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-04-04 03:45:06 +0000 |
| commit | c423f1dfc4c55bc0ba91b7bc43c06fc41755d4ce (patch) | |
| tree | 20cb7d46657953e62a9b276e6be2a2b297637556 /shaping/src/shaper_stat.cpp | |
| parent | 1d5f1ee74ea47593c586cfa709aea971eb478853 (diff) | |
add global metric local output
Diffstat (limited to 'shaping/src/shaper_stat.cpp')
| -rw-r--r-- | shaping/src/shaper_stat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shaping/src/shaper_stat.cpp b/shaping/src/shaper_stat.cpp index f2faa8c..1776f8c 100644 --- a/shaping/src/shaper_stat.cpp +++ b/shaping/src/shaper_stat.cpp @@ -88,6 +88,8 @@ struct shaping_stat* shaper_stat_init(int thread_num) goto ERROR; } + shaper_stat_tags_init(); + fieldstat_dynamic_instance_start(stat->instance); return stat; |
