timelog

Simple nimble package to log monotic timings

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install timelog
choosenim install timelog
git clone https://github.com/Clonkk/timelog

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
timelog - - - - - - -

Source

Repository https://github.com/Clonkk/timelog
Homepage https://github.com/Clonkk/timelog
Registry Source nimble_official

README

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/