示例#1
0
 public void OnFunctionEnterByName(string pwszFunctionName, Native.ProfilerScriptType type)
 {
     Console.WriteLine("Profiler.OnFunctionEnterByName: {0}, {1}", pwszFunctionName, type);
 }
示例#2
0
 public void ScriptCompiled(int scriptId, Native.ProfilerScriptType type, IntPtr pIDebugDocumentContext)
 {
     Console.WriteLine("Profiler.ScriptCompiled: {0}, {1}", scriptId, type);
 }