Home
last modified time | relevance | path

Searched refs:SkAutoTime (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkTime.h45 class SkAutoTime {
49 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label) in fLabel()
54 ~SkAutoTime() in ~SkAutoTime()
66 #define SkAutoTime(...) SK_REQUIRE_LOCAL_VAR(SkAutoTime) macro
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp356 SkAutoTime atm("JPEG Decode"); in onDecode()
674 SkAutoTime atm("JPEG YUV8 Decode"); in onDecodeYUV8Planes()
829 SkAutoTime atm("JPEG Encode"); in onEncode()