You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collect any process counters for process with LINQpad.UserQuery#1 instance name. Use the following code snippet: PerfCounterObservable.FromRealTime(TimeSpan.FromSeconds(1), @"\Process(LINQPad.UserQuery#1)\Private Bytes").Dump()
See that instances in the result set will be truncated to LI
The text was updated successfully, but these errors were encountered:
PerfCounterSample's instance field is truncated if contains '#' symbol.
Repro steps:
LINQpad.UserQuery#1
instance name. Use the following code snippet:PerfCounterObservable.FromRealTime(TimeSpan.FromSeconds(1), @"\Process(LINQPad.UserQuery#1)\Private Bytes").Dump()
LI
The text was updated successfully, but these errors were encountered: