OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_percent
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
monitor_android.cc
52
void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t
sample_percent
,
103
cp = EventLogWriteInt(cp,
sample_percent
);
monitor.cc
225
uint32_t
sample_percent
;
local
227
sample_percent
= 100;
229
sample_percent
= 100 * wait_ms / wait_threshold;
231
if (
sample_percent
!= 0 && (static_cast<uint32_t>(rand() % 100) <
sample_percent
)) {
236
LogContentionEvent(self, wait_ms,
sample_percent
, current_locking_filename, current_locking_line_number);
[
all
...]
monitor.h
117
void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t
sample_percent
,
/frameworks/base/core/jni/
android_util_Binder.cpp
996
int
sample_percent
;
local
[
all
...]
Completed in 42 milliseconds