Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h42 #define RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, time) time = RSProfiler::PatchTransactionTime(pa… macro
69 #define RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, time) macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp273 …parcel.ReadUint64(timestamp_) && ({RS_PROFILER_PATCH_TRANSACTION_TIME(parcel, timestamp_); true;})… in UnmarshallingCommand()