Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToString()

Returns a string representation of the ProfilerCounterDescriptor.
Read time 1 minuteLast updated 13 days ago

Definition

public override string ToString()

Returns

Type

Description

stringA formatted string in the format "Name (CategoryName)".

Remarks

Provides a human-readable string representation of the descriptor, combining the counter name and category name.
Additional Resources: ProfilerCounterDescriptor.