clinthuffman / PAL

Performance Analysis of Logs (PAL) tool
MIT License
481 stars 101 forks source link

Is it possible to limit the scaling of graphs? #66

Open Jackie78De opened 3 years ago

Jackie78De commented 3 years ago

Hello,

I currently have the situation that I want to analyse a .blg file, where one process eats 35000 Percent of Processor Time (however this may be possible). The problem is that now all Processor Time Graphs are scaled to 35000, making it impossible to identify other processes that consume a lot of processor time.

Is it possible to limt the scale to, say, 400 percent? Or alternatively, a logarithmic scale would also be nice.

Thank you!

JohnPiepersSmits commented 3 years ago

I second this, as a lot of times a single process can kill the whole graph with an exceptional peak. A logarithmic vertical scale would solve this.

At the moment I am working on logarithmic graphs for those charts that have no colored thresholds. Have good results so far, running tests now.