tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
ProfLine
tagion
tools
tprofview
Undocumented in source.
struct
ProfLine {
uint
num_calls
;
uint
tree_time
;
uint
func_time
;
double
per_calls
;
string
func_name
;
this
(uint num_calls, uint tree_time, uint func_time, string func_name);
string
toString
();
}
Constructors
this
this
(uint num_calls, uint tree_time, uint func_time, string func_name)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
func_name
string
func_name
;
Undocumented in source.
func_time
uint
func_time
;
Undocumented in source.
num_calls
uint
num_calls
;
Undocumented in source.
per_calls
double
per_calls
;
Undocumented in source.
tree_time
uint
tree_time
;
Undocumented in source.
Meta
Source
See Implementation
tagion
tools
tprofview
enums
ProfSort
functions
_main
loadProf
mixins
__anonymous
structs
ProfInfo
ProfLine