mirror of
https://github.com/openharmony/third_party_weston.git
synced 2026-06-30 22:07:56 -04:00
replace bytrace key to hitrace_meter
Signed-off-by: wenlong12 <wenlong12@huawei.com> Signed-off-by: wenlong12 <wenlong12@huawei.com>
This commit is contained in:
@@ -31,11 +31,11 @@ void weston_bytrace_begin(const char *label)
|
||||
{
|
||||
std::string str = label;
|
||||
UpdateTraceLabel();
|
||||
StartTrace(BYTRACE_TAG_GRAPHIC_AGP, str);
|
||||
StartTrace(HITRACE_TAG_GRAPHIC_AGP, str);
|
||||
}
|
||||
|
||||
void weston_bytrace_end(const char *label)
|
||||
{
|
||||
(void)label;
|
||||
FinishTrace(BYTRACE_TAG_GRAPHIC_AGP);
|
||||
FinishTrace(HITRACE_TAG_GRAPHIC_AGP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user