Re: [racket-dev] New runtime charting for DrDr

2011-09-08 Thread Sam Tobin-Hochstadt
This should be up soon. On Thu, Sep 8, 2011 at 12:43 PM, Robby Findler wrote: > The hidden series thing was the one I was asking for. Sorry for the > lack of clarity. > > Robby > > On Thu, Sep 8, 2011 at 11:34 AM, Sam Tobin-Hochstadt > wrote: >> On Wed, Sep 7, 2011 at 8:59 PM, Sam Tobin-Hochsta

Re: [racket-dev] New runtime charting for DrDr

2011-09-08 Thread Robby Findler
The hidden series thing was the one I was asking for. Sorry for the lack of clarity. Robby On Thu, Sep 8, 2011 at 11:34 AM, Sam Tobin-Hochstadt wrote: > On Wed, Sep 7, 2011 at 8:59 PM, Sam Tobin-Hochstadt wrote: >> n Wed, Sep 7, 2011 at 8:46 PM, Robby Findler >> wrote: >>> Thanks. >>> >>> Is i

Re: [racket-dev] New runtime charting for DrDr

2011-09-08 Thread Sam Tobin-Hochstadt
On Wed, Sep 7, 2011 at 8:59 PM, Sam Tobin-Hochstadt wrote: > n Wed, Sep 7, 2011 at 8:46 PM, Robby Findler > wrote: >> Thanks. >> >> Is it possible to make it remember the setting? Specifically, when go >> from this page: >> >> http://drdr.racket-lang.org/23400/collects/tests/drracket/memory-log.r

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Sam Tobin-Hochstadt
On Wed, Sep 7, 2011 at 8:46 PM, Robby Findler wrote: > Thanks. > > Is it possible to make it remember the setting? Specifically, when go > from this page: > > http://drdr.racket-lang.org/23400/collects/tests/drracket/memory-log.rkt > > to this one: > > http://drdr.racket-lang.org/23400/ > > to see

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Robby Findler
Thanks. Is it possible to make it remember the setting? Specifically, when go from this page: http://drdr.racket-lang.org/23400/collects/tests/drracket/memory-log.rkt to this one: http://drdr.racket-lang.org/23400/ to see what the commit was, and then I go back, I lose the settings. Also, can

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Jay McCarthy
Should be updated now On Wed, Sep 7, 2011 at 4:39 PM, Sam Tobin-Hochstadt wrote: > On Wed, Sep 7, 2011 at 3:40 PM, Robby Findler > wrote: >> Also, a less important one, but since you're taking feature requests :), would it be possible to have a mode where you can see the separate

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Sam Tobin-Hochstadt
On Wed, Sep 7, 2011 at 3:40 PM, Robby Findler wrote: > >>> Also, a less important one, but since you're taking feature requests >>> :), would it be possible to have a mode where you can see the separate >>> lines individually, so that wildly different values that are in two >>> different timing te

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Robby Findler
On Wed, Sep 7, 2011 at 2:25 PM, Sam Tobin-Hochstadt wrote: > On Wed, Sep 7, 2011 at 2:52 PM, Robby Findler > wrote: >> On Wed, Sep 7, 2011 at 9:24 AM, Sam Tobin-Hochstadt >> wrote: >>> Now, when you click on a point, the tooltip stays in place (until you >>> click again).  This makes it easy to

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Sam Tobin-Hochstadt
On Wed, Sep 7, 2011 at 2:52 PM, Robby Findler wrote: > On Wed, Sep 7, 2011 at 9:24 AM, Sam Tobin-Hochstadt wrote: >> Now, when you click on a point, the tooltip stays in place (until you >> click again).  This makes it easy to click on the link now in the >> tooltip, which goes to the file at the

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Robby Findler
On Wed, Sep 7, 2011 at 9:24 AM, Sam Tobin-Hochstadt wrote: > Now, when you click on a point, the tooltip stays in place (until you > click again).  This makes it easy to click on the link now in the > tooltip, which goes to the file at the selected push #. Ah, thanks. I missed that there was a li

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Eli Barzilay
Yesterday, Sam Tobin-Hochstadt wrote: > > Is it readable? How about something more visible? (For both the faded yellow and the faded blue.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Sam Tobin-Hochstadt
Now, when you click on a point, the tooltip stays in place (until you click again). This makes it easy to click on the link now in the tooltip, which goes to the file at the selected push #. On Tue, Sep 6, 2011 at 8:52 PM, Robby Findler wrote: > In the old version you could click on a point in t

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Sam Tobin-Hochstadt
On Tue, Sep 6, 2011 at 6:24 PM, Sam Tobin-Hochstadt wrote: > DrDr now has colorful, up-to-date, interactive charts for runtime on > every file.  For example, check out: > http://drdr.racket-lang.org/23468/collects/tests/racket/benchmarks/common/ray.rkt > > The quick explanation:  the solid yellow

Re: [racket-dev] New runtime charting for DrDr

2011-09-06 Thread Robby Findler
In the old version you could click on a point in the graph to go to that revision. Can you bring that back, please? Robby On Tue, Sep 6, 2011 at 5:24 PM, Sam Tobin-Hochstadt wrote: > DrDr now has colorful, up-to-date, interactive charts for runtime on > every file.  For example, check out: > htt

[racket-dev] New runtime charting for DrDr

2011-09-06 Thread Sam Tobin-Hochstadt
DrDr now has colorful, up-to-date, interactive charts for runtime on every file. For example, check out: http://drdr.racket-lang.org/23468/collects/tests/racket/benchmarks/common/ray.rkt The quick explanation: the solid yellow line shows the overall runtime of the file. The circles show the tim