diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-03-28 16:34:20 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-03-28 16:34:20 -0400 |
commit | 57672aa4f46311a82d4a9437d512adb099a7f8bf (patch) | |
tree | dcd072ee724f62327599df2b3c3edaaabacbe45b /rt-graph.h | |
parent | b53dd6d749e0a164010f2cf1fedab2b10b8bb305 (diff) |
containers: virtual cpus display in the normal case
Diffstat (limited to 'rt-graph.h')
-rw-r--r-- | rt-graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | #include "rt-plot-container.h" | 10 | #include "rt-plot-container.h" |
11 | 11 | ||
12 | #define LLABEL 30 | 12 | #define LLABEL 30 |
13 | #define SEARCH_PERIODS 3 | 13 | #define SEARCH_PERIODS 1 |
14 | #define NO_CPU -1 | 14 | #define NO_CPU -1 |
15 | #define RT_TS_FIELD "__rt_ts" | 15 | #define RT_TS_FIELD "__rt_ts" |
16 | 16 | ||