btbytes / nim-cookbook

Nim Programming Cookbook
http://nim-cookbook.btbytes.com/
Other
51 stars 7 forks source link

Please add a recipe for getting real time of parallel code #16

Closed wizzardx closed 6 years ago

wizzardx commented 6 years ago

As per this thread:

https://forum.nim-lang.org/t/3285

btbytes commented 6 years ago

Hi @wizzardx Can you give an example code that shows parallel code execution and the correct usage of epochTime() with it?