csvplot

Undocumented in source.

Members

Aliases

Entry
alias Entry = Tuple!(string, "timestamp", string, "component", string, "configuration", string, "file", double, "min", double, "average", double, "max", double, "median", double, "deviation")
Undocumented in source.

Enums

Key
enum Key
Undocumented in source.
Value
enum Value
Undocumented in source.

Functions

containsAll
bool containsAll(T[] haystack, T[] needles)
Undocumented in source. Be warned that the author may not have intended to support it.
filter
Entry[] filter(string filename, string[Key] where, string kind)
Undocumented in source. Be warned that the author may not have intended to support it.
getDouble
double getDouble(Entry entry, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString(Entry entry, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
matches
bool matches(string target, string re)
Undocumented in source. Be warned that the author may not have intended to support it.
plot
void plot(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta