Ejemplo n.º 1
0
 public ThreadData(HoloToolkit.Sharing.ProfileThread newThread)
 {
     this.thread   = newThread;
     this.ThreadID = newThread.GetThreadID();
 }
Ejemplo n.º 2
0
 public SampleData(HoloToolkit.Sharing.ProfileSample sample, int index, HoloToolkit.Sharing.ProfileThread thread)
 {
     this.xSample     = sample;
     this.xThread     = thread;
     this.sampleIndex = index;
 }
Ejemplo n.º 3
0
 public ThreadData(HoloToolkit.Sharing.ProfileThread newThread)
 {
     this.thread = newThread;
     this.ThreadID = newThread.GetThreadID();
 }
Ejemplo n.º 4
0
 public SampleData(HoloToolkit.Sharing.ProfileSample sample, int index, HoloToolkit.Sharing.ProfileThread thread)
 {
     this.xSample = sample;
     this.xThread = thread;
     this.sampleIndex = index;
 }