MCPcopy Create free account

hub / github.com/adny-code/fastgrind / functions

Functions229 in github.com/adny-code/fastgrind

Methoddump
* @brief Dump aggregated statistics and call tree to stdout and export binary trace. * @note Safe to call multiple times; the binary file is over
include/fastgrind.h:640
MethodexportBinary
@brief Export sparse profiling data to a binary trace file. */
include/fastgrind.h:671
MethodfakeTimer
@brief Worker loop incrementing the tick counter until shutdown. */
include/fastgrind.h:416
Methodfastgrind
* @brief Construct a fastgrind probe and push function onto call stack. * @param name Function name to push onto the logical call stack */
include/fastgrind.h:1355
Methodfor
include/fastgrind.h:540
Methodfor
include/fastgrind.h:1081
Methodinstance
@brief Access singleton instance (lazy constructed). */
include/fastgrind.h:615
Methodlog_message
(self, format: str, *args: Any)
tools/fastgrind.py:2136
Functionmain
demo/cmake_installed_package/main.cpp:26
Methodmax_tick_ms
(self)
tools/fastgrind.py:459
MethodmemFrame
include/fastgrind.h:307
MethodmemGlobalInfo
include/fastgrind.h:603
MethodmemLocalInfo
include/fastgrind.h:1238
MethodmemNode
@brief Default constructor creating an unnamed node. */
include/fastgrind.h:443
MethodmemStack
include/fastgrind.h:1148
MethodmemTimer
@brief Start timer thread immediately upon construction. */
include/fastgrind.h:385
Methodmerge
@brief Merge local thread data into global aggregator then reset. */
include/fastgrind.h:1262
Methodmeta
(self)
tools/fastgrind.py:474
Methodreset
@brief Clear local accumulated frames and call stacks. */
include/fastgrind.h:1255
Methodsample_interval_ms
(self)
tools/fastgrind.py:455
MethodsetInst
include/fastgrind.h:620
Methodstack_breakdown
( self, thread_id: int, start_ms: int | None = None, end_ms: int | None = None
tools/fastgrind.py:969
Methodstop
@brief Explicitly stop the timer worker thread (idempotent). */
include/fastgrind.h:397
Methodstring beautifySymbolName
include/fastgrind.h:3377
Methodstring json
* @class memNode * @brief Node in a hierarchical call tree accumulating memory statistics. * * Each node corresponds to a single function symbol (n
include/fastgrind.h:439
Methodtick_data_end
(self)
tools/fastgrind.py:463
Methodtime
@return Current global timer tick (ms). */
include/fastgrind.h:631
Functionworker_task
demo/cmake_installed_package/main.cpp:20
Method~protect
include/fastgrind.h:3262
← previous201–229 of 229, ranked by callers