<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CToolPerf :: Catur Documentation</title>
    <link>https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolperf/index.html</link>
    <description>Overview Per-method performance measurement. Tracks call count and average duration. Controlled by UCSettings properties: timer, minTimerToDisplay, allTimerToDisplay, minStatToConsider.&#xA;Functions Name Description perfStart Start timing a method. perfNext Mark an intermediate checkpoint. Logs if duration exceeds minTimerToDisplay. perfEnd End timing. Logs if duration exceeds minTimerToDisplay. Periodically dumps all averages. Macros Name Description CDRYX_PERF_START Calls perfStart(this, FUNCTION). CDRYX_PERF_NEXT Calls perfNext(this, FUNCTION, Info). CDRYX_PERF_END Calls perfEnd(this, FUNCTION, Info). void UMyClass::HeavyMethod() { CDRYX_PERF_START() // .</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://doc.cdryx.net/CdryxAIOUPlugin/ccoreumodule/tools/ctoolperf/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>