On Tuesday, September 20, 2011 08:35:52 Mirko Pilger wrote: > > Is there any usable profiler for D2? > > dmd -profile
I don't believe that it doesn't currently work with 64-bit binaries though, so if you want to run the profiler, you're going to need to do it with a 32-bit binary (which as all you can have if you're on Windows anyway, so whether that's an issue or not depends on your OS). - Jonathan M Davis