mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 04:38:30 +09:00
[Refactor] (MG_Config, MG_Backend, trace-replay): remove unused stats instrumentation
This commit is contained in:
@@ -933,8 +933,6 @@ Result RunTraceReplay(const Request& request) {
|
||||
unsetenv("MOBILEGL_PRESENT_STATS");
|
||||
unsetenv("MOBILEGL_PRESENT_DUMP_PATH");
|
||||
unsetenv("MOBILEGL_PRESENT_DUMP_CALL");
|
||||
unsetenv("MOBILEGL_TEXTURE_UPLOAD_STATS");
|
||||
unsetenv("MOBILEGL_DESCRIPTOR_STATS");
|
||||
}
|
||||
|
||||
setenv("MOBILEGL_LOG_FILE_PATH", mobileGlLogPath.c_str(), 1);
|
||||
|
||||
Reference in New Issue
Block a user