my.profile

Members

Classes

ProfileResults
class ProfileResults

Collect profiling results.

Functions

getProfileResult
ProfileResults getProfileResult()
globalAddProfile
void globalAddProfile(string name, Duration time)
Undocumented in source. Be warned that the author may not have intended to support it.
globalSetProfile
void globalSetProfile(string name, Duration time)
Undocumented in source. Be warned that the author may not have intended to support it.
profileAdd
Profile profileAdd(string name, ProfileResults saveTo)
Undocumented in source. Be warned that the author may not have intended to support it.
profileSet
Profile profileSet(string name, ProfileResults saveTo)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Profile
struct Profile

Wall time profile of a task.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

Utility for manually profiling of parts of a program.