Searched refs:procnames (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/tools/demo/Aquarium/
H A DWindow1.xaml.cs114 private Dictionary<ulong, string> procnames; field in class:Aquarium.Window1
570 if (this.ttec != null && this.procnames != null)
572 ReRenderFromData(ttec, procnames);
733 this.procnames = new Dictionary<ulong,string>(this.dcbstatic);
735 this.procnames = new Dictionary<ulong,string>();
737 this.procnames[0] = "(idle)";
757 procnames[dcb] = tokens[4];
780 Dictionary<ulong, string> procnames)
830 // procnames.TryGetValue(dcb.Value, out text);
857 if (!procnames
779 ReRenderFromData(TemporalTraceEventCollection ttec, Dictionary<ulong, string> procnames) argument
[all...]

Completed in 36 milliseconds