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:
wenlong12
2022-05-11 16:19:11 +08:00
parent 5fb2bae178
commit 0cb837e057
+2 -2
View File
@@ -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);
}