Enum GameProfilingSorting
public enum GameProfilingSortingFields
- [Display("Average time", null)] ByAverageTime = 0
- [Display("Key", null)] ByName = 2
- [Display("Total time", null)] ByTime = 1
public enum GameProfilingSorting[Display("Average time", null)]
ByAverageTime = 0[Display("Key", null)]
ByName = 2[Display("Total time", null)]
ByTime = 1