Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adny-code/fastgrind
/ functions
Functions
229 in github.com/adny-code/fastgrind
⨍
Functions
229
◇
Types & classes
26
Method
dump
* @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
Method
exportBinary
@brief Export sparse profiling data to a binary trace file. */
include/fastgrind.h:671
Method
fakeTimer
@brief Worker loop incrementing the tick counter until shutdown. */
include/fastgrind.h:416
Method
fastgrind
* @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
Method
for
include/fastgrind.h:540
Method
for
include/fastgrind.h:1081
Method
instance
@brief Access singleton instance (lazy constructed). */
include/fastgrind.h:615
Method
log_message
(self, format: str, *args: Any)
tools/fastgrind.py:2136
Function
main
demo/cmake_installed_package/main.cpp:26
Method
max_tick_ms
(self)
tools/fastgrind.py:459
Method
memFrame
include/fastgrind.h:307
Method
memGlobalInfo
include/fastgrind.h:603
Method
memLocalInfo
include/fastgrind.h:1238
Method
memNode
@brief Default constructor creating an unnamed node. */
include/fastgrind.h:443
Method
memStack
include/fastgrind.h:1148
Method
memTimer
@brief Start timer thread immediately upon construction. */
include/fastgrind.h:385
Method
merge
@brief Merge local thread data into global aggregator then reset. */
include/fastgrind.h:1262
Method
meta
(self)
tools/fastgrind.py:474
Method
reset
@brief Clear local accumulated frames and call stacks. */
include/fastgrind.h:1255
Method
sample_interval_ms
(self)
tools/fastgrind.py:455
Method
setInst
include/fastgrind.h:620
Method
stack_breakdown
( self, thread_id: int, start_ms: int | None = None, end_ms: int | None = None
tools/fastgrind.py:969
Method
stop
@brief Explicitly stop the timer worker thread (idempotent). */
include/fastgrind.h:397
Method
string beautifySymbolName
include/fastgrind.h:3377
Method
string 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
Method
tick_data_end
(self)
tools/fastgrind.py:463
Method
time
@return Current global timer tick (ms). */
include/fastgrind.h:631
Function
worker_task
demo/cmake_installed_package/main.cpp:20
Method
~protect
include/fastgrind.h:3262
← previous
201–229 of 229, ranked by callers