C# Class Unity.TinyProfiling.GraphMaker

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
MakeGraph ( List threadContexts, string title ) : string

Private Methods

Method Description
Clean ( string details ) : string
EmitSingleThread ( TinyProfiler threadContext ) : StringBuilder
FontSizeFor ( double duration ) : double
Header ( string title ) : string

Method Details

MakeGraph() public method

public MakeGraph ( List threadContexts, string title ) : string
threadContexts List
title string
return string