ruby-prof / ruby-prof

A ruby profiler. See https://ruby-prof.github.io for more information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CallStackPrinter now display everything in bold

thomthom opened this issue · comments

Before it used to look like the example linked in the docs: https://ruby-prof.github.io/examples/primes.stack.html

https://ruby-prof.github.io/examples/primes.stack.html
image

What I'm seeing with 1.4.2 is that almost all text is now bold:

image

I find this harder to read. (Already found it hard to read with a serif font at such a small size.)

Would be nice to have the text appear with less box and with a simpler sans-serif font.

Btw, would it be of interest if I tried to tweak this reporter a bit?

  • Not all bold text.
  • Sans serif font
  • Reduce the border of each element, making it more flat for reduced visual noise.

I wouldn't want to make any other radical changes. This reporter is very compact, but given how much data it displays I think that's appropriate.

Sure, sounds good.

Any progress?

Sorry, no. I've gotten an inflammation in my arm so I've been using the computer at absolute minimum this last week.

I changed the text to normal weight. If you'd like to update the format more, please open a new ticket.