ExtremeFLOW / neko

/ᐠ. 。.ᐟ\ᵐᵉᵒʷˎˊ˗
https://neko.cfd/
Other
159 stars 28 forks source link

Add built-in profiler #1162

Open timfelle opened 4 months ago

timfelle commented 4 months ago

Addition of a built in profiler which will report the global cpu-time and evaluation count.

The new profiler is disabled by default and can be turned on by setting --enable-profiling when configuring Neko.

timofeymukha commented 4 months ago

Is this related to #1067 ?

timfelle commented 4 months ago

Is this related to #1067 ?

I had no idea that PR existed. Just just wanted to measure time so i expanded the existing profiler to run without a separate backend.

timfelle commented 4 months ago

@timofeymukha and @njansson Should we close this or do you think some of this approach could be useful in the other PR?