summaryrefslogtreecommitdiffstats
path: root/TODO
blob: f74e49d5e80781bad79941db367bbe48ed4e8133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# This is just a random list of things that I think need to be done
# to rteval
#

1. Write a man page.

2. Figure out some sort of config file to adjust load and measurement parameters, then
add an option to tell rteval to use a particular config file.

3. Figure out how to add more loads. Seems that we could do it two ways:

   - create a wrapper python module just like is done for kcompile and hackbench
     then add the new module to a config file so rteval loads it on startup
     (i.e. a plugin architecture)

   - figure out some generic load wrapper so that arbitrary commands may be
     used as loads. 

   Heck, maybe we could do both.