July 28, 2017
On 2017-07-28 11:30, Mario Kröplin wrote:

> Our programs are intended to run "forever". 24/7 servers.

What's wrong with having a bool that determines if the loop should continue running?

-- 
/Jacob Carlborg
March 06, 2018
On Thursday, 27 July 2017 at 15:16:35 UTC, Eugene Wissner wrote:
> Are there profilers that work well with dmd? valgrind? OProfile?

Yes, any sampling profiler works fine, e.g. perf on linux, Intel VTune/AMD CodeXL on Windows.
Those directly monitor CPU performance counters and have a negligible performance overhead compared with dmd's instrumenting profiler, also they don't require rebuilding of binaries.
1 2
Next ›   Last »