| An instance of this class is allocated for each profiled thread, to hold thread-local information, such as whether
the thread is currently in the profiled call subgraph, the simulated call stack, the thread-local rough generated
data buffer (for CPU profiling), etc. Static methods to create and lookup instances of ThreadInfo given a Thread
object are also provided in this class.
author: Tomas Hurka author: Misha Dmitriev |