-
The timing information printed on the console is incorrect. Consider the example given in README.md:
```
[ RUN ] Complex1 [1 samples of 710000 calls each.]
[ DONE ] DemoSimple.Complex1 1.194…
-
Hello! Thank you for the support. Celero is being very helpful.
It would be nice if getExperimentValues() was a templated method. Thus, the problemSpace array could be parameterized in compile time b…
-
```
template void DoNotOptimizeAwayExecuteLambda(T&& x)
{
// Begin DoNotOptimizeAway
volatile static T* xPrime = &x;
xPrime = &x;
x();
// End DoNotOptimizeAway
}
```
-
I tried to compile Celero with `gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)` and got the following error:
```
[ 69%] Building CXX object CMakeFiles/celeroDemoComparison.dir/examples/DemoComparis…
-
Celero/include/celero/Pimpl.h:52:32: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
const T\* const operator->() const;
-
I wish to use Celero on a Macbook. But I am using clang, and don't have XCode. Hope to have an option for this case.
-
Hello.
Celero is making my life much easier. :+1: :+1: :+1:
:)
It would be nice if there is option to measure in ns, not in us. When the code takes a order of ns, celere report each call as 0.0…
-
Here's the description of the Celero executable options:
https://github.com/DigitalInBlue/Celero#command-line
There is a `-h`, but for me it doesn't print help.
Would it be possible to print a list o…
cdeil updated
10 years ago
-
I have white as background color in my terminal.
This is switched to black for colored text output by `Celero`, which I think shouldn't happen, right?
(see attached screenshot)
![screen shot 2014-01-…
cdeil updated
10 years ago
-
The makefile generated by cmake has no rule "install". Good to have that as using "make install" to install the lib is a convention.