Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 20, 2011 Is there a profiler for D2? | ||||
---|---|---|---|---|
| ||||
Is there any usable profiler for D2? |
September 20, 2011 Re: Is there a profiler for D2? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Cheng Wei | > Is there any usable profiler for D2?
dmd -profile
|
September 20, 2011 Re: Is there a profiler for D2? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mirko Pilger | 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
|
September 20, 2011 Re: Is there a profiler for D2? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | 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 |
Copyright © 1999-2021 by the D Language Foundation