Home
last modified time | relevance | path

Searched refs:STACK_DATA_SIZE (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_common.h34 const int STACK_DATA_SIZE = 40000; member
35 const int SPEED_UP_THRESHOLD = STACK_DATA_SIZE / 2;
36 const int SLOW_DOWN_THRESHOLD = STACK_DATA_SIZE / 4;
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp297 ctx->stackData = std::make_shared<StackDataRepeater>(STACK_DATA_SIZE); in HandleHookContext()

Completed in 3 milliseconds