Re: [linuxtools-dev] TMF: histogram

2013-11-27 Thread Bernd Hufmann
Hi Xavier this would be nice feature. Current Histogram implementation is quite generic. The data model (see HistogramDataModel.java) can be used for different types data. For the viewing part is implemented in base class (Histogram.java). All the pieces are there for what you've suggested. We

Re: [linuxtools-dev] TMF: histogram

2013-11-27 Thread Patrick Tasse
Sounds like a good idea, we just have to figure out what is the best way to show this to the user without taking up too much valuable window space. Here's a proposal: We could put a [+]/[-] widget next to the full trace histogram (when it is an experiment/trace set), and expanding it would show th

Re: [linuxtools-dev] TMF: histogram

2013-11-27 Thread Matthew Khouzam
Sounds cool, I was toying (wishing) with the idea of moving the histogram view to swtchart, that way we can have filters and whatnot in the histogram too. On 13-11-27 12:25 PM, Xavier Raynaud wrote: > Hi, > > I've a question (and perhaps an enhancement proposal) about the > histogram. > When displa

[linuxtools-dev] TMF: histogram

2013-11-27 Thread Xavier Raynaud
Hi, I've a question (and perhaps an enhancement proposal) about the histogram. When displaying an experiment containing more than one trace, all events are merged in a single histogram in the histogram view. What about also displaying an histogram for each trace of the experiment ? Xavier