Usage: ./avgruntime <filename> <ticksize> <order> [<host> <user> <pass> <table> <outputdb>]
This program generates an average runtime graph as a PostScript file. It is run as part of a PLUM run.
The parameters:
-
filename:
The name of the file to put the graph in.
-
ticksize:
The number of hours of runtime one tick on the graph represents; used to scale the graph to fit on a page.
-
order:
The number of random combinations per point that the run used.
-
host:
The machine the database server is running on.
-
user:
The username for the database server.
-
pass:
The password for the database server.
-
table:
The name of the table that the run put its data in.
-
outputdb:
The name of the database that is being used for PLUM run output.