/external/libchrome/base/profiler/ |
scoped_profile.cc | 19 birth_ = ThreadData::TallyABirthIfActive(location); 31 ThreadData::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_);
|
tracked_time_unittest.cc | 75 ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED); 77 TrackedTime track_now = ThreadData::Now(); 82 ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE); 91 // ThreadData::Now(). It can sometimes return the null time. 92 TrackedTime now = ThreadData::Now();
|
scoped_profile.h | 11 // region of code within a scope. It is separate from the related ThreadData
|
/external/libchrome/base/ |
tracking_info.cc | 20 tracked_objects::ThreadData::TallyABirthIfActive(posted_from)), 21 time_posted(tracked_objects::ThreadData::Now()),
|
tracked_objects_unittest.cc | 31 ThreadData::ShutdownSingleThreadedCleanup(true); 34 ThreadData::SetAlternateTimeSource(&TrackedObjectsTest::GetTestTime); 35 ThreadData::now_function_is_time_ = true; 41 ThreadData::ShutdownSingleThreadedCleanup(false); 46 ThreadData::ShutdownSingleThreadedCleanup(false); 56 ThreadData::InitializeThreadContext(kMainThreadName); 59 Births* birth = ThreadData::TallyABirthIfActive(location); 61 if (ThreadData::status() == ThreadData::DEACTIVATED) 108 // Sets time that will be returned by ThreadData::Now() [all...] |
tracked_objects.cc | 31 // When ThreadData is first initialized, should we start in an ACTIVE state to 37 const ThreadData::Status kInitialStartupState = ThreadData::PROFILING_ACTIVE; 40 // the ThreadData class. This compile time flag should be set to true if we 63 // ThreadData::EnableProfilerTiming, say, based on a field trial. 206 // ThreadData::SnapshotExecutedTasks doesn't send deltas with 0 count. 252 const ThreadData& current) 270 Births::Births(const Location& location, const ThreadData& current) 279 // ThreadData maintains the central data for all births and deaths on a single 287 NowFunction* ThreadData::now_function_ = NULL [all...] |
tracked_objects.h | 111 // ThreadData instance (for that specific thread only). The two critical items 120 // of ThreadData instances. Each such instance maintains a pointer to the next 121 // one. A static member of ThreadData provides a pointer to the first item on 124 // When new ThreadData instances is added to the global list, it is pre-pended, 159 // list of ThreadData objects for a process for a concrete profiling phase. It 200 class ThreadData; 203 BirthOnThread(const Location& location, const ThreadData& current); 206 const ThreadData* birth_thread() const { return birth_thread_; } 216 const ThreadData* const birth_thread_; 238 Births(const Location& location, const ThreadData& current) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ethread.h | 19 struct ThreadData; 23 struct ThreadData *td;
|
vp9_context_tree.h | 23 struct ThreadData; 88 void vp9_setup_pc_tree(struct VP9Common *cm, struct ThreadData *td); 89 void vp9_free_pc_tree(struct ThreadData *td);
|
vp9_encodeframe.h | 24 struct ThreadData; 40 void vp9_encode_tile(struct VP9_COMP *cpi, struct ThreadData *td,
|
vp9_encodemv.h | 32 void vp9_update_mv_count(ThreadData *td);
|
vp9_tokenize.h | 52 struct ThreadData; 54 void vp9_tokenize_sb(struct VP9_COMP *cpi, struct ThreadData *td,
|
vp9_context_tree.c | 93 void vp9_setup_pc_tree(VP9_COMMON *cm, ThreadData *td) { 145 void vp9_free_pc_tree(ThreadData *td) {
|
vp9_ethread.c | 16 static void accumulate_rd_opt(ThreadData *td, ThreadData *td_t) {
|
/external/opencv3/modules/core/src/ |
alloc.cpp | 211 struct ThreadData; 223 threadData = 0; 229 void init(Block* _prev, Block* _next, int _objSize, ThreadData* _threadData) 239 threadData = _threadData; 258 ThreadData* threadData; 346 struct ThreadData 348 ThreadData() { for(int i = 0; i <= MAX_BIN; i++) bins[i][START] = bins[i][FREE] = bins[i][GC] = 0; } 349 ~ThreadData() 365 block->threadData = 0 [all...] |
/external/llvm/include/llvm/MC/ |
SectionKind.h | 81 /// ThreadData - Initialized TLS data objects. 82 ThreadData, 144 return K == ThreadData || K == ThreadBSS; 148 bool isThreadData() const { return K == ThreadData; } 189 static SectionKind getThreadData() { return get(ThreadData); }
|
/external/curl/lib/ |
nwlib.c | 63 int GetOrSetUpData( int id, libdata_t **data, libthreaddata_t **threaddata ); 158 libthreaddata_t **threadData ) 274 if(threadData) 275 *threadData = thread_data;
|
/external/libchrome/base/debug/ |
task_annotator.cc | 54 tracked_objects::ThreadData::TallyRunOnNamedThreadIfTracking(
|
/external/google-breakpad/src/common/linux/tests/ |
crash_generator.cc | 56 struct ThreadData { 82 ThreadData* thread_data = reinterpret_cast<ThreadData*>(data); 283 ThreadData* thread_data = new ThreadData[num_threads];
|
/external/libdrm/tests/exynos/ |
exynos_fimg2d_event.c | 43 struct threaddata { struct 71 struct threaddata *data; 206 struct threaddata event_data = {0};
|
/external/libchrome/base/threading/ |
platform_thread_linux.cc | 82 tracked_objects::ThreadData::InitializeThreadContext(name);
|
/prebuilts/devtools/tools/lib/ |
traceview.jar | |
/prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/ |
traceview-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/ |
traceview-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/ |
traceview-25.0.0-alpha1.jar | |