testquark ~master (2019-12-23T00:33:56Z)
Dub
Repo
NamedBenchmark
testquark
testquark
Required to indicate what is measurable.
struct
NamedBenchmark {
string
name
;
string
module_
;
int
line
;
this
(string n, int l, string f);
JSONValue
toJson
();
}
Constructors
this
this
(string n, 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
line
int
line
;
Undocumented in source.
module_
string
module_
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
testquark
testquark
structs
NamedBenchmark
templates
HijackMain
TimeTests
Required to indicate what is measurable.