codetiming
codetiming copied to clipboard
Can this library be used in production code, does it save all the timing values.
I am wondering if the Time class stores all the timing values it receives. I was intrigued since median computation would require something like that. If it does store it, does that mean the data structure grows unbounded?