#459- Bug in Profiler API Documentation

http://www.intellij.net/tracker/netprofiler/viewSCR?publicId=459
There is an error in the CPUProfiler example:

Should be:

if(DateTime.Now.ticks - ticks > Thresold)
{
CPUProfiler.StopAndSaveSnapshot();
}
else
{
CPUProfiler.StopAndDropSnapshot();
}

0
1 comment

http://www.intellij.net/tracker/netprofiler/viewSCR?publicId=459

State of this request was changed from "Submitted" to "Fixed"

Fixed in build: 126

0

Please sign in to leave a comment.