diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-05 17:14:37 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-05 17:14:37 -0400 |
commit | 93290e83d330653f090b3780e59ea5d2bf1e3bca (patch) | |
tree | 084663110e9ef4fa1d306f3421deb675fb575d60 /rt-plot.h | |
parent | 8e74ea12a1fcbe0a799284163f0cf72bcb916df7 (diff) |
Rewrote set_cpu_to_rts() and iterate() for increased performance and accuracy.
Container job information functions, like displaying the job in the server's boxes
or the currently running task in pop-ups, rewritten to take advantage of these
changes.
Diffstat (limited to 'rt-plot.h')
-rw-r--r-- | rt-plot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ find_rt_display_record(struct graph_info *ginfo, | |||
68 | return __find_rt_record(ginfo, rt, time, 1, 0); | 68 | return __find_rt_record(ginfo, rt, time, 1, 0); |
69 | } | 69 | } |
70 | 70 | ||
71 | unsigned long long next_rts(struct graph_info *ginfo, int cpu, | 71 | long long next_rts(struct graph_info *ginfo, int cpu, |
72 | unsigned long long ft_target); | 72 | unsigned long long ft_target); |
73 | unsigned long long set_cpu_to_rts(struct graph_info *ginfo, | 73 | unsigned long long set_cpu_to_rts(struct graph_info *ginfo, |
74 | unsigned long long rt_target, int cpu); | 74 | unsigned long long rt_target, int cpu); |