Re: D Profile Viewer

2016-06-02 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer Please let me know if you find any bugs. It's better to use backticks to produce raw string literals for all the quoted code. Then you don't have to backslash all

Re: D Profile Viewer

2016-06-01 Thread Andrew via Digitalmars-d-announce
I've updated the d-profile-viewer. It now supports identifiers that are not mangles - are these 'extern "C"'? Its on dub: dub fetch d-profile-viewer Its on bitbucket: https://bitbucket.org/andrewtrotman/d-profile-viewer Thanks go to those who identified the bugs. Andrew.

Re: D Profile Viewer

2016-05-16 Thread Artem Tarasov via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme

Re: D Profile Viewer

2016-05-15 Thread Andrew Trotman via Digitalmars-d-announce
I've updated the d-profile-viewer. There are three changes: Works on Windows (simple '\r' or '\n' bug fixed) Works with smaller numbers (division by integers -> divide by doubles) Uses HTML entities rather than UTF-8 (coz CodeWrite doesn't know UTF-8) Its on dub: dub fetch d-prof

Re: D Profile Viewer

2016-03-28 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 28 March 2016 at 23:43:51 UTC, Andrew wrote: On Saturday, 26 March 2016 at 03:41:14 UTC, Jack Stouffer wrote: If I could make one suggestion, this should be added to dub as an executable, so I can do dub fetch d-profile-viewer dub run d-profile-viewer Done! Works like a charm :)

Re: D Profile Viewer

2016-03-28 Thread Andrew via Digitalmars-d-announce
On Saturday, 26 March 2016 at 03:41:14 UTC, Jack Stouffer wrote: If I could make one suggestion, this should be added to dub as an executable, so I can do dub fetch d-profile-viewer dub run d-profile-viewer Done!

Re: D Profile Viewer

2016-03-25 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme

Re: D Profile Viewer

2016-03-25 Thread Steven Schveighoffer via Digitalmars-d-announce
On 3/24/16 4:34 PM, Andrew wrote: Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme that (hopefully) explains how to use

Re: D Profile Viewer

2016-03-25 Thread jmh530 via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Cool.

Re: D Profile Viewer

2016-03-25 Thread ANtlord via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme

Re: D Profile Viewer

2016-03-24 Thread Mike Parker via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme

Re: D Profile Viewer

2016-03-24 Thread Ali Çehreli via Digitalmars-d-announce
On 03/24/2016 01:34 PM, Andrew wrote: Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme that (hopefully) explains how

Re: D Profile Viewer

2016-03-24 Thread Andrew via Digitalmars-d-announce
On Thursday, 24 March 2016 at 21:45:20 UTC, Marco Leise wrote: Sexy pie charts! Although I'm using OProfile since it works without instrumenting the code. The pie charts are courtesy of Google Charts.

Re: D Profile Viewer

2016-03-24 Thread Marco Leise via Digitalmars-d-announce
Am Thu, 24 Mar 2016 20:34:07 + schrieb Andrew <atrot...@ebay.com>: > Hi > > I wrote a program to turn the non-human-readable trace.log into > an interactive HTML file that can be used to help profile a D > program. > > Its here: https://bitbucket.org/and

Re: D Profile Viewer

2016-03-24 Thread Rob Rau via Digitalmars-d-announce
On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote: Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme

D Profile Viewer

2016-03-24 Thread Andrew via Digitalmars-d-announce
Hi I wrote a program to turn the non-human-readable trace.log into an interactive HTML file that can be used to help profile a D program. Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer There's also a readme that (hopefully) explains how to use it. Please let me know if you