diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-11-26 16:02:48 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-11-26 16:02:48 -0500 |
commit | cb8db5d30ee769304c2c2b00f2a7d9bcb3c4098f (patch) | |
tree | c5352d84285af565d5246c3eb861ffba709761f1 /experiment/executable/ftcat.py | |
parent | 41c867480f1e20bd3b168258ed71450499ea6ccf (diff) |
Removed 2-step parse for scheduling statistics.
Diffstat (limited to 'experiment/executable/ftcat.py')
-rw-r--r-- | experiment/executable/ftcat.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/experiment/executable/ftcat.py b/experiment/executable/ftcat.py index 9966312..5da8fa7 100644 --- a/experiment/executable/ftcat.py +++ b/experiment/executable/ftcat.py | |||
@@ -4,10 +4,10 @@ import stat | |||
4 | from executable import Executable | 4 | from executable import Executable |
5 | 5 | ||
6 | class FTcat(Executable): | 6 | class FTcat(Executable): |
7 | """Used to wrap the ftcat binary in the Experiment object.""" | 7 | '''Used to wrap the ftcat binary in the Experiment object.''' |
8 | 8 | ||
9 | def __init__(self, ft_cat_bin, stdout_file, stderr_file, dev, events, cpu=None): | 9 | def __init__(self, ft_cat_bin, stdout_file, stderr_file, dev, events, cpu=None): |
10 | """Extends the Executable initializer method with ftcat attributes.""" | 10 | '''Extends the Executable initializer method with ftcat attributes.''' |
11 | 11 | ||
12 | # hack to run FTCat at higher priority | 12 | # hack to run FTCat at higher priority |
13 | chrt_bin = '/usr/bin/chrt' | 13 | chrt_bin = '/usr/bin/chrt' |