chore: add FPS counter

This commit is contained in:
2022-10-21 05:11:51 -03:00
parent 2cec8d9f70
commit c4c4332485
2 changed files with 11 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ pub const Scheduler = struct {
if (should_handle) {
const event = self.queue.remove();
std.log.info("[Scheduler] Handle {} at {} ticks", .{ event.kind, self.tick });
// std.log.info("[Scheduler] Handle {} at {} ticks", .{ event.kind, self.tick });
switch (event.kind) {
.HeatDeath => {