Searched refs:profiler (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java23 import dalvik.system.profiler.BinaryHprofWriter;
24 import dalvik.system.profiler.SamplingProfiler;
39 * Integrates the framework with Dalvik's sampling profiler.
97 * Starts the profiler if profiling is enabled.
205 * Version: <version number of profiler>\n
215 // profiler version
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h121 FrameInfoVisualizer& profiler() { return mProfiler; } function in class:android::uirenderer::renderthread::CanvasContext
H A DCanvasContext.cpp325 profiler().unionDirty(&dirty);
371 profiler().draw(&renderer);
498 profiler().draw(mCanvas);
H A DRenderProxy.cpp112 if (args->context->profiler().consumeProperties()) {
426 args->context->profiler().dumpData(args->fd);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp125 pthread_t profiler; local
126 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) {

Completed in 442 milliseconds