public interface Plot
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
The version of this API
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(String directory,
String basename,
boolean useStatInfo)
Initializer method.
|
List |
plot(SpaceUsage su,
char u,
String timeUnits)
Plot out the space usage.
|
static final String VERSION
void initialize(String directory, String basename, boolean useStatInfo)
directory
- the directory where the plots need to be generated.basename
- the basename for the files that are generated.useStatInfo
- boolean indicating whether to use stat info or not.List plot(SpaceUsage su, char u, String timeUnits) throws IOException
su
- the SpaceUsage.u
- the size unit.timeUnits
- the time unit.IOException
- in case of unable to write to the file.Copyright © 2011 The University of Southern California. All Rights Reserved.