Exemplo n.º 1
0
 static void EndSample()
 {
     if (IsProfiling())
     {
         LuaProfiler.EndSample(LuaProfiler.mainL);
     }
 }
Exemplo n.º 2
0
 static int UnpackReturnValue(IntPtr L)
 {
     LuaProfiler.EndSample(L);
     return(LuaDLL.lua_gettop(L));
 }
Exemplo n.º 3
0
 static int EndSample(IntPtr L)
 {
     LuaProfiler.EndSample(L);
     return(0);
 }