[linuxtools-dev] Committer vote for Genevieve Bastien has been approved by the PMC

2013-07-09 Thread portal on behalf of portal-noreply
tools.linuxtools Committers, This automatically generated message marks the PMC's approval of the vote for Genevieve Bastien's full Committer status on the tools.linuxtools project. The next step is for the project lead to return to the portal and fill in the VCS package and employer information fo

[linuxtools-dev] Committer vote for Genevieve Bastien has concluded successfully

2013-07-09 Thread portal on behalf of
tools.linuxtools Committers, This automatically generated message marks the successful completion of voting for Genevieve Bastien to receive full Committer status on the tools.linuxtools project. The next step is for the PMC to approve this vote, followed by the EMO processing the paperwork and pro

Re: [linuxtools-dev] View for virtual machine monitoring

2013-07-09 Thread Mohamad Gebai
> Hi Mohamad, > > Quite impressive! Hi Alex, Thank you! > Small detail: I don't know if you use the exact same colors as the > Control Flow View, but the color you use for "vCPU preempted" seems > similar to the one used for the Interrupted (IRQ) state. You should make > sure they can be differen

Re: [linuxtools-dev] View for virtual machine monitoring

2013-07-09 Thread Mohamad Gebai
> Hello Mohamad! > > Your work looks very interesting. I have been forced to be away from it for > a couple months now due to other work priorities, but I have been building > something quite similar myself. > Hello, Thank you for your elaborated answer! > - Original Message - > > Hello,

Re: [linuxtools-dev] View for virtual machine monitoring

2013-07-09 Thread Alexandre Montplaisir
Hi Mohamad, Quite impressive! Small detail: I don't know if you use the exact same colors as the Control Flow View, but the color you use for "vCPU preempted" seems similar to the one used for the Interrupted (IRQ) state. You should make sure they can be differentiated if shown side-by-side. In a

Re: [linuxtools-dev] View for virtual machine monitoring

2013-07-09 Thread Aaron Spear
Hello Mohamad! Your work looks very interesting. I have been forced to be away from it for a couple months now due to other work priorities, but I have been building something quite similar myself. - Original Message - > Hello, > We are currently working on a new view in Eclipse's TMF

Re: [linuxtools-dev] TMF tutorial NexusLite questions

2013-07-09 Thread Matthew Khouzam
Hey Salman, // we won't get overflow with these values // this will give a nice gaussian value; int step = 1; for (int j = 0; j < 50; j++) { if (rnd.nextBoolean()) { step++; } } I wante