renderer: minor log update, all commented

pull/9519/merge
Mitchell Hashimoto 2025-11-19 06:15:26 -10:00
parent 1f1a5e9c3f
commit 8d8798bc79
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 2 deletions

View File

@ -1084,8 +1084,7 @@ pub fn Renderer(comptime GraphicsAPI: type) type {
// const start_micro = std.time.microTimestamp();
// defer {
// const end = std.time.Instant.now() catch unreachable;
// // "[updateFrame critical time] <START us>\t<TIME_TAKEN us>"
// std.log.err("[updateFrame critical time] {}\t{}", .{start_micro, end.since(start) / std.time.ns_per_us});
// std.log.err("[updateFrame critical time] start={}\tduration={} us", .{ start_micro, end.since(start) / std.time.ns_per_us });
// }
state.mutex.lock();