CallTreeCallback
gathers information
for current thread and displays it subsequent calls like a tree.See: Description
Class | Description |
---|---|
CallTree |
Call tree contains the root call tree node and the current call stack.
|
CallTreeCallback |
Callback which logs the call tree when the main call is bigger than specified threshold.
|
CallTreeNode |
Call tree node is one Simon one for one call level, all splits for this
Simon+Level(+Thread) tuple are kept for later analysis.
|
CallTreeCallback
gathers information
for current thread and displays it subsequent calls like a tree.Copyright © 2019. All rights reserved.