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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp206 profiler().markPlaybackStart();
224 profiler().unionDirty(&dirty);
238 profiler().draw(mCanvas);
242 profiler().markPlaybackEnd();
250 profiler().finishFrame();
261 profiler().startFrame();
H A DDrawFrameTask.cpp95 mContext->profiler().setDensity(mDensity);
96 mContext->profiler().startFrame(mRecordDurationNanos);
H A DCanvasContext.h104 DrawProfiler& profiler() { return mProfiler; } function in class:android::uirenderer::renderthread::CanvasContext
H A DRenderProxy.cpp123 if (args->context->profiler().loadSystemProperties()) {
375 args->context->profiler().dumpData(args->fd);
/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/native/cmds/installd/
H A Dcommands.c703 bool profiler = (property_get("dalvik.vm.profiler", prop_buf, "0") > 0) && (prop_buf[0] == '1'); local
765 if (profiler && (strcmp(pkgname, "*") != 0)) {

Completed in 79 milliseconds