SYMBOL INDEX (213 symbols across 27 files) FILE: Editor/Analyzer/AnalyzeToTextbaseFileBase.cs class AnalyzeToTextbaseFileBase (line 10) | public abstract class AnalyzeToTextbaseFileBase : IAnalyzeFileWriter method SetInfo (line 34) | public void SetInfo(ProfilerLogFormat format, string unityVer, uint da... method CollectData (line 42) | public abstract void CollectData(ProfilerFrameData frameData); method GetResultText (line 44) | protected abstract string GetResultText(); method WriteResultFile (line 46) | public void WriteResultFile(string logfile, string outputpath) method SetFileInfo (line 60) | public void SetFileInfo(string logfile, string outputpath) FILE: Editor/Analyzer/AnalyzerUtil.cs class AnalyzerUtil (line 7) | public class AnalyzerUtil method CreateAnalyzerInterfaceObjects (line 9) | public static List CreateAnalyzerInterfaceObjects() method CreateInstanciateObjects (line 15) | private static List CreateInstanciateObjects(List t... method GetInterfaceType (line 27) | public static List GetInterfaceType() FILE: Editor/Analyzer/CsvStringGenerator.cs class CsvStringGenerator (line 6) | public class CsvStringGenerator method CsvStringGenerator (line 9) | public CsvStringGenerator() method CsvStringGenerator (line 13) | public CsvStringGenerator(StringBuilder sb) method AppendColumn (line 17) | public CsvStringGenerator AppendColumn(string val) method AppendColumn (line 30) | public CsvStringGenerator AppendColumn(string val,int idx,int length) method AppendColumn (line 51) | public CsvStringGenerator AppendColumn(int val) method AppendColumn (line 56) | public CsvStringGenerator AppendColumn(bool val) method AppendColumn (line 61) | public CsvStringGenerator AppendColumn(float val) method AppendColumn (line 66) | public CsvStringGenerator AppendColumn(ulong val) method AppendColumnAsAddr (line 71) | public CsvStringGenerator AppendColumnAsAddr(ulong val) method NextRow (line 77) | public CsvStringGenerator NextRow() method ToString (line 83) | public override string ToString() method AppendAddrStr (line 93) | public static StringBuilder AppendAddrStr(StringBuilder sb,ulong val,i... FILE: Editor/Analyzer/IAnalyzeFileWriter.cs type ProfilerLogFormat (line 8) | public enum ProfilerLogFormat type IAnalyzeFileWriter (line 14) | public interface IAnalyzeFileWriter method SetFileInfo (line 17) | void SetFileInfo(string logfilename, string outputpath); method SetInfo (line 18) | void SetInfo(ProfilerLogFormat logformat,string unityVersion, uint dat... method CollectData (line 20) | void CollectData(ProfilerFrameData frameData); method WriteResultFile (line 22) | void WriteResultFile(string logfilaneme,string outputpath); FILE: Editor/Analyzer/Impl/EngineFileOperateAnalyzeToFile.cs class EngineFileOperateAnalyzeToFile (line 12) | public class EngineFileOperateAnalyzeToFile : AnalyzeToTextbaseFileBase type FileEvent (line 14) | struct FileEvent method CollectData (line 34) | public override void CollectData(ProfilerFrameData frameData) method SetupInfo (line 70) | private void SetupInfo(ref FileEvent evt,int idx, ThreadData thread, P... method AddFileOpenCloseData (line 79) | private void AddFileOpenCloseData(int idx, ThreadData thread, Profiler... method AddFileSeekData (line 104) | private void AddFileSeekData(int idx, ThreadData thread, ProfilerSampl... method AddFileReadData (line 136) | private void AddFileReadData(int idx ,ThreadData thread, ProfilerSampl... method GetResultText (line 173) | protected override string GetResultText() method AppendHeaderToStringBuilder (line 216) | private void AppendHeaderToStringBuilder(CsvStringGenerator csvStringG... FILE: Editor/Analyzer/Impl/GCAnalyzeToFile.cs class GCAnalyzeToFile (line 12) | public class GCAnalyzeToFile : AnalyzeToTextbaseFileBase class SampleKey (line 15) | class SampleKey : System.IEquatable method GetHashCode (line 21) | public override int GetHashCode() method Equals (line 25) | public bool Equals(SampleKey other) method SampleKey (line 30) | public SampleKey(string th,string method,string fullMethod) class GcInfo (line 38) | class GcInfo method AddData (line 48) | private void AddData(string threadName,ProfilerSample sample,uint gcAl... method CollectData (line 64) | public override void CollectData(ProfilerFrameData frameData) method GetResultText (line 97) | protected override string GetResultText() method AppendHeaderToStringBuilder (line 115) | private void AppendHeaderToStringBuilder(CsvStringGenerator csvStringG... FILE: Editor/Analyzer/Impl/GcCallStackInfoAnalyzeToFile.cs class GcCallStackInfoAnalyzeToFile (line 16) | public class GcCallStackInfoAnalyzeToFile : AnalyzeToTextbaseFileBase type SampleKey (line 18) | struct SampleKey : System.IEquatable method GetHashCode (line 26) | public override int GetHashCode() method Equals (line 30) | public bool Equals(SampleKey other) method SampleKey (line 38) | public SampleKey(string th,string method,string fullMethod,string ca... class GcInfo (line 48) | class GcInfo method AddData (line 68) | private void AddData(string threadName,ProfilerSample sample,string ca... method CollectData (line 89) | public override void CollectData(ProfilerFrameData frameData) FILE: Editor/Analyzer/Impl/GpuSampleToFile.cs class GPUSampleToFile (line 9) | public class GPUSampleToFile : AnalyzeToTextbaseFileBase type GpuTimeInfo (line 11) | private struct GpuTimeInfo class FrameGpuTime (line 16) | private class FrameGpuTime method AddGpuSample (line 21) | public void AddGpuSample(GPUTime gpuTime) method CollectData (line 44) | public override void CollectData(ProfilerFrameData frameData) method AddGpuSampleByThread (line 55) | private void AddGpuSampleByThread(ThreadData thread, FrameGpuTime fram... method GetResultText (line 69) | protected override string GetResultText() FILE: Editor/Analyzer/Impl/JitInfoAnalyzeToFile.cs class JitInfoAnalyzeToFile (line 9) | public class JitInfoAnalyzeToFile : AnalyzeToTextbaseFileBase method CollectData (line 14) | public override void CollectData(ProfilerFrameData frameData) method GetResultText (line 41) | protected override string GetResultText() method AppendHeaderToStringBuilder (line 64) | private void AppendHeaderToStringBuilder(CsvStringGenerator csvStringG... FILE: Editor/Analyzer/Impl/MainThreadAnalyzeToFile.cs class MainThreadAnalyzeToFile (line 8) | public class MainThreadAnalyzeToFile : AnalyzeToTextbaseFileBase class SampleData (line 10) | private class SampleData method SampleData (line 27) | public SampleData(string fname, string name,string category) method Called (line 34) | public void Called(float selfMsec, float execMsec) method CollectData (line 51) | public override void CollectData(ProfilerFrameData frameData) method CollectThread (line 66) | private void CollectThread(ProfilerFrameData frameData,ThreadData thread) method CollectFromNamedChildren (line 78) | private void CollectFromNamedChildren(ProfilerFrameData frameData,Prof... method AddSampleData (line 95) | private void AddSampleData(string fullName, string sampleName,string c... method GetResultText (line 121) | protected override string GetResultText() FILE: Editor/Analyzer/Impl/MainThreadCategoryAnalyzeToFile.cs class MainThreadCategoryAnalyzeToFile (line 8) | public class MainThreadCategoryAnalyzeToFile : AnalyzeToTextbaseFileBase class FrameByCategory (line 10) | private class FrameByCategory method AddData (line 15) | public void AddData(string category,float msec) method AppendCsv (line 31) | public void AppendCsv(CsvStringGenerator csvStringGenerator, List FindChildren(ProfilerSample profilerSampl... method VisitChildren (line 147) | private void VisitChildren(ProfilerSample sample, method GetResultText (line 167) | protected override string GetResultText() FILE: Editor/Analyzer/Impl/RenderingAnalyzeToFile.cs class RenderingAnalyzeToFile (line 9) | public class RenderingAnalyzeToFile : AnalyzeToTextbaseFileBase method CollectData (line 17) | public override void CollectData(ProfilerFrameData frameData) method GetResultText (line 30) | protected override string GetResultText() method AppendHeaderToStringBuilder (line 91) | private void AppendHeaderToStringBuilder(CsvStringGenerator csvStringG... FILE: Editor/Analyzer/Impl/ScreenshotToPng.cs class ScreenShotToProfiler (line 13) | public class ScreenShotToProfiler : IAnalyzeFileWriter type TextureCompress (line 24) | public enum TextureCompress : byte class CaptureData (line 32) | private class CaptureData method CaptureData (line 42) | public CaptureData(int frameIdx ,byte[] data) method GetIntValue (line 62) | public static int GetIntValue(byte[] bin, int offset) method GetShortValue (line 69) | public static int GetShortValue(byte[] bin, int offset) method CollectData (line 78) | public void CollectData(ProfilerFrameData frameData) method ExecuteThreadData (line 88) | private void ExecuteThreadData(int frameIdx,ThreadData thread) method ExecuteFrameMetadata (line 105) | private void ExecuteFrameMetadata(int frameIdx,ProfilerSample sample) method InitDirectory (line 137) | private void InitDirectory() method ExecuteBinData (line 150) | private void ExecuteBinData(CaptureData captureData,byte[] binData) method GetImageBin (line 161) | private byte[] GetImageBin(CaptureData captureData,byte[] binData) method GetFilePath (line 183) | private string GetFilePath(CaptureData captureData) method SetFileInfo (line 204) | public void SetFileInfo(string logfilename, string outputpath) method WriteResultFile (line 210) | public void WriteResultFile(string logfilaneme, string outputpath) method SetInfo (line 215) | public void SetInfo(ProfilerLogFormat logformat, string unityVersion, ui... FILE: Editor/Analyzer/Impl/ShaderCompileToFile.cs class ShaderCompileToFile (line 9) | public class ShaderCompileToFile : AnalyzeToTextbaseFileBase class ShaderCompileInfo (line 11) | private class ShaderCompileInfo method ShaderCompileInfo (line 21) | public ShaderCompileInfo() method CollectData (line 33) | public override void CollectData(ProfilerFrameData frameData) method CollectThreadData (line 41) | private void CollectThreadData(int frameIdx,ThreadData thread) method AddShaderCompileSample (line 56) | private void AddShaderCompileSample(int frameIdx,ProfilerSample sample... method IsCalledWarmup (line 91) | private bool IsCalledWarmup(ProfilerSample sampleData) method GetResultText (line 109) | protected override string GetResultText() FILE: Editor/Analyzer/Impl/ThreadAnalyzeToFile.cs class ThreadAnalyzeToFile (line 8) | public class ThreadAnalyzeToFile : AnalyzeToTextbaseFileBase class ThreadViewData (line 10) | private class ThreadViewData method ThreadViewData (line 20) | public ThreadViewData(string name) method AddMsec (line 29) | public void AddMsec(int frame, float total, float idle, int totalCnt... method GetMSecData (line 46) | public void GetMSecData(int frame, out float total, out float idle, ... method CollectData (line 60) | public override void CollectData(ProfilerFrameData frameData) method AddDataTo (line 88) | private void AddDataTo(int frameIdx, string threadName, ThreadData data) method GetSumeOfTimeWithNamedSampleInChildren (line 114) | private float GetSumeOfTimeWithNamedSampleInChildren(ProfilerSample sa... method GetSumOfTimeInSampleChildren (line 133) | private float GetSumOfTimeInSampleChildren(ProfilerSample sample, stri... method GetResultText (line 157) | protected override string GetResultText() FILE: Editor/Analyzer/Impl/UrpGpuSampleToFile .cs class UrpGPUSampleToFile (line 11) | public class UrpGPUSampleToFile : AnalyzeToTextbaseFileBase type Category (line 13) | public enum Category : int type GpuTimeInfo (line 22) | private struct GpuTimeInfo class FrameGpuTime (line 27) | private class FrameGpuTime method AddGpuSample (line 32) | public void AddGpuSample(GPUTime gpuTime, int category) method CollectData (line 55) | public override void CollectData(ProfilerFrameData frameData) method AddGpuSampleByThread (line 66) | private void AddGpuSampleByThread(ThreadData thread, FrameGpuTime fram... method GetGpuCategoryByCpuSample (line 75) | private int GetGpuCategoryByCpuSample(ThreadData thread, GPUTime gpuSa... method GetCpuSample (line 103) | private ProfilerSample GetCpuSample(ThreadData thread, GPUTime gpuSample) method GetResultText (line 120) | protected override string GetResultText() FILE: Editor/Analyzer/Impl/WorkerJobAnalyzeToFile.cs class WorkerJobAnalyzeToFile (line 8) | public class WorkerJobAnalyzeToFile : AnalyzeToTextbaseFileBase class WorkerThreadSample (line 10) | private class WorkerThreadSample method WorkerThreadSample (line 18) | public WorkerThreadSample(string name) method Called (line 23) | public void Called(float msec) method AddSampleData (line 31) | private void AddSampleData(string sampleName, float msec) method CollectThread (line 45) | private void CollectThread(ThreadData thread) method CollectFromNamedChildren (line 57) | private void CollectFromNamedChildren(ProfilerSample sample) method CollectData (line 75) | public override void CollectData(ProfilerFrameData frameData) method GetResultText (line 91) | protected override string GetResultText() FILE: Editor/Analyzer/ProfilingScope.cs type ProfilingScope (line 9) | struct ProfilingScope : System.IDisposable method ProfilingScope (line 12) | public ProfilingScope(CustomSampler sampler) method Dispose (line 17) | public void Dispose() FILE: Editor/CUI/CUIInterface.cs class CUIInterface (line 10) | public class CUIInterface type CsvFileType (line 16) | public enum CsvFileType method SetTimeout (line 28) | public static void SetTimeout(int sec) method TimeOutExecute (line 35) | public static void TimeOutExecute() method ProfilerToCsv (line 43) | public static void ProfilerToCsv() method ProfilerToCsv (line 98) | public static int ProfilerToCsv(string inputFile,string outputDir,bool... method SetAnalyzerInfo (line 188) | private static void SetAnalyzerInfo(List analyzeEx... FILE: Editor/GUI/AnalyzeToCsvWindow.cs class AnalyzeToCsvWindow (line 16) | public class AnalyzeToCsvWindow : EditorWindow class FileWriterFlag (line 20) | private class FileWriterFlag method CreateWindow (line 50) | [MenuItem("Tools/UTJ/ProfilerReader/AnalyzeToCsv")] method OnEnable (line 56) | private void OnEnable() method OnDisable (line 68) | private void OnDisable() method UpdateThread (line 73) | private void UpdateThread() method ExecuteFrame (line 83) | bool ExecuteFrame() method DisplayDialog (line 165) | private void DisplayDialog() method OnGUI (line 178) | void OnGUI() method StartAnalyze (line 238) | private void StartAnalyze() method Update (line 261) | private void Update() method IsExecute (line 277) | private bool IsExecute() method InitOutputPathInfo (line 282) | private void InitOutputPathInfo() method SetAnalyzerInfo (line 292) | private void SetAnalyzerInfo(List analyzeExecutes,... FILE: Editor/GUI/LogAnalyzeWindow.cs class LogAnalyzeWindow (line 10) | public class LogAnalyzeWindow : EditorWindow type ColumnData (line 12) | private struct ColumnData type EConditionType (line 17) | public enum EConditionType type ESampleCondition (line 25) | public enum ESampleCondition method CreateWindow (line 48) | [MenuItem("Tools/UTJ/ProfilerReader/LogAnalyzer")] method OnEnable (line 54) | void OnEnable() method Update (line 58) | void Update() method OnGUI (line 81) | void OnGUI() method IsExecuting (line 156) | private bool IsExecuting() method ONGUIResultList (line 162) | private void ONGUIResultList() method CollectData (line 218) | private void CollectData(ProfilerFrameData frameData) method IsChildExists (line 256) | private bool IsChildExists(ColumnData column, List list) method IsParentExists (line 268) | private bool IsParentExists(ColumnData column, List list) method IsParent (line 280) | private bool IsParent(ProfilerSample parent, ProfilerSample child) method ChcekSearchCondition (line 293) | private bool ChcekSearchCondition(ProfilerSample sample) method OnDisable (line 319) | void OnDisable() method SaveToCsv (line 324) | private void SaveToCsv() method WriteCsv (line 345) | private void WriteCsv(string path) class SampleDetailView (line 368) | public class SampleDetailView method SampleDetailView (line 380) | public SampleDetailView() method SetCurrentSample (line 386) | public void SetCurrentSample(ProfilerSample sample) method OnGUI (line 397) | public void OnGUI() method ChildrenDraw (line 429) | private void ChildrenDraw(ProfilerSample sample) method AllocateBlockListDraw (line 469) | private void AllocateBlockListDraw() method ParentGUIDraw (line 484) | private void ParentGUIDraw(ProfilerSample sample) FILE: Editor/GUI/language/LanguageEn.cs class LanguageEn (line 6) | public class LanguageEn : LanguageInterface method CreateDictionary (line 9) | protected override void CreateDictionary() { FILE: Editor/GUI/language/LanguageInterface.cs class LanguageInterface (line 7) | public abstract class LanguageInterface method CreateDictionary (line 11) | protected abstract void CreateDictionary(); FILE: Editor/GUI/language/LanguageJa.cs class LanguageJa (line 7) | public class LanguageJa : LanguageInterface method CreateDictionary (line 9) | protected override void CreateDictionary() FILE: Editor/UtjProfilerInitializer.cs class UtjProfilerInitializer (line 7) | public class UtjProfilerInitializer method Init (line 9) | [UnityEditor.InitializeOnLoadMethod]