chore: add FPS counter

This commit is contained in:
2022-01-10 01:22:55 -04:00
parent c54145ce3c
commit bbe2ecfa53
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 => {