aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-10-05 17:14:37 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-10-05 17:14:37 -0400
commit93290e83d330653f090b3780e59ea5d2bf1e3bca (patch)
tree084663110e9ef4fa1d306f3421deb675fb575d60 /rt-plot.h
parent8e74ea12a1fcbe0a799284163f0cf72bcb916df7 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt-plot.h b/rt-plot.h
index a1cf98e..924ae72 100644
--- a/rt-plot.h
+++ b/rt-plot.h
@@ -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
71unsigned long long next_rts(struct graph_info *ginfo, int cpu, 71long long next_rts(struct graph_info *ginfo, int cpu,
72 unsigned long long ft_target); 72 unsigned long long ft_target);
73unsigned long long set_cpu_to_rts(struct graph_info *ginfo, 73unsigned 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);