digitalmars.D.learn - Is there a profiler for D2?
- Cheng Wei (1/1) Sep 19 2011 Is there any usable profiler for D2?
- Mirko Pilger (1/2) Sep 19 2011 dmd -profile
- Jonathan M Davis (6/9) Sep 19 2011 I don't believe that it doesn't currently work with 64-bit binaries thou...
- Mike Wey (5/6) Sep 20 2011 You could use oprofile in that case.
Is there any usable profiler for D2?dmd -profile
Sep 19 2011
On Tuesday, September 20, 2011 08:35:52 Mirko Pilger wrote: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 DavisIs there any usable profiler for D2?dmd -profile
Sep 19 2011
On 09/20/2011 08:46 AM, Jonathan M Davis wrote:I don't believe that it doesn't currently work with 64-bit binaries though,You could use oprofile in that case. http://oprofile.sourceforge.net/ -- Mike Wey
Sep 20 2011