Files
test2/source/blender/blenlib
Jacques Lucke c7991bcefc BLI: add ScopedTimer
This adds a simple timer that can be used for performance measurements in C++.
More sophisticated timers are possible (e.g. one that takes averages, logs the results, ...).
However, I found that this simple timer is good enough for 99% of my use cases.

To use it just write `SCOPED_TIMER("my timer name");` or more commonly `SCOPED_TIMER(__func__);`
into some scope.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D7491
2020-04-22 12:53:47 +02:00
..
2020-04-22 12:53:47 +02:00
2019-11-25 01:51:11 +11:00
2020-03-06 11:52:32 +11:00
2020-01-07 13:49:10 +01:00
2020-02-07 15:29:46 +01:00
2020-02-20 12:19:55 +11:00
2019-09-30 17:07:05 +10:00
2020-04-22 12:53:47 +02:00
2020-04-22 12:53:47 +02:00
2019-04-18 07:59:28 +02:00