mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
@@ -16,3 +16,5 @@ pub fn stop(timer: *Timer) void {
|
||||
pub fn seconds(timer: *const Timer) f64 {
|
||||
return @intToFloat(f64, timer.elapsed) / std.time.ns_per_s;
|
||||
}
|
||||
|
||||
pub const Group = struct {};
|
||||
|
||||
Reference in New Issue
Block a user