testquark ~master (2019-12-23T00:33:56Z)
Dub
Repo
NamedBenchmark
testquark
defines
Undocumented in source.
struct
NamedBenchmark {
string
name
;
string
module_
;
int
line
;
size_t
iterations
;
this
(string n, size_t iter, int l, string f);
JSONValue
toJson
();
}
Constructors
this
this
(string n, size_t iter, int l, string f)
Undocumented in source.
Members
Functions
toJson
JSONValue
toJson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
iterations
size_t
iterations
;
Undocumented in source.
line
int
line
;
Undocumented in source.
module_
string
module_
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
testquark
defines
structs
NamedBenchmark
TestResult
templates
location