Skip to content

Clonkk/timelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timelog

A simple nimble package to log execution time

timelog("my_identifier"):
  callMyProc()

It is possible to hide the timing behind a define. Doing so will only log if -d:mydefine is passed to the Nim compiler

timelog("my_identifier", mydefine):
  callMyProc()

Installation

nimble install timelog

Documentation

Read

https://clonkk.github.io/timelog/

Generation

Generate documentation nimble doc src/timelog.nim --outdir:docs/

About

Small package to log timings

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages