Skip to content

weige258/zig-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

const timer=@import(timer.zig);
//import timer

pub fn main() !void{
   timer.start()
   //start the timer

   do something

   timer.end()
   //timing and print time

   timer.back_data(T)
   //timing and return data by type of T
}

About

A timer build by zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages