diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-03-29 15:44:25 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-03-29 15:44:25 -0400 |
commit | 6c6d6b6ff8ad6cb08d57232ca8ae0ba0261ac823 (patch) | |
tree | 51c115bd5a8d78fd3c245e5377cac8ca7241a43a /rt-graph.h | |
parent | 51fa96a4580b90d88e226511f5038d3b49a7e33f (diff) |
rt-graph: popup resolution expanded, works in both directions
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 1 | 13 | #define SEARCH_PERIODS 5 |
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 | ||