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
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
> 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
> 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,
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
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
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