Home
last modified time | relevance | path

Searched defs:AutoPerf (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/media_standard/services/utils/include/
Dtime_perf.h75 struct __attribute__((visibility("default"))) AutoPerf : public NoCopyable { struct
76 AutoPerf(uintptr_t obj, std::string_view tag) : obj_(obj), tag_(tag) in AutoPerf() function
81 ~AutoPerf() in ~AutoPerf() argument
86 uintptr_t obj_;
87 std::string_view tag_;