clarify on total time

isolation_bkp/dynres
Dominik Madarász 2021-05-13 16:15:21 +02:00
parent 18bcc93a61
commit 3b56791bec
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// NOTE(zaklaus): KEEP ORDER IN SYNC WITH profiler_kind ENUM !!!
static profiler profilers[] = {
{ .id = PROF_MAIN_LOOP, .name = "measured time" },
{ .id = PROF_MAIN_LOOP, .name = "main loop" },
{ .id = PROF_WORLD_WRITE, .name = "world write" },
{ .id = PROF_RENDER, .name = "render" },
{ .id = PROF_UPDATE_SYSTEMS, .name = "update systems" },