|
FireSync API
|
| void kProfileProbe_StartEx | ( | kProfileProbe | probe, |
| kProfileContext * | context | ||
| ) |
Begins a thread-safe code profiling measurement.
kProfileProbe_StartEx ad kProfileProbe_StopEx should be used instead of kProfileProbe_Start and kProfileProbe_Stop if the code under test may be executed simultaneously by multiple threads.
| probe | Probe object. |
| context | Measurement context information. |