CounterName Constructor (String, String) |
Constructs a counter name.
Namespace:
Demo3D.Utilities.Performance
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntaxpublic CounterName(
string category,
string name
)
Parameters
- category
- Type: SystemString
Groups name. - name
- Type: SystemString
Counter name.
See Also