diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-08-22 15:34:10 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-08-22 15:34:10 -0400 |
commit | bd93158a49cd64b84d0e64735d2362dbceaecf87 (patch) | |
tree | 042294c2d01331e349254c7f034402eb9b3ac140 /rt-plot.h | |
parent | 45ed020007488c4906740a10d1318c0d78c959f6 (diff) |
Draw plot once on load, distributing records via hashing.
redraw_pixmap_backend was being called 3 times. 2 of these times were
superflous calls to configure. Added a hack to ignore the second two configures.
Plot CPU reduction: 70%
Each record was being sent to every plot. Now, records are only sent to the CPU
and Task plots which hash to a calculated PID. Container plots currently aren't
covered by this.
Plot CPU reduction (after previous change): 30%
Diffstat (limited to 'rt-plot.h')
0 files changed, 0 insertions, 0 deletions