Some times (not each call) this function waste a lot of time. Is it normal?
Example:
In my case t2-t1 is about 15-16ms sometimes. Sometimes it is ok (0 ms).
PC with 4 cores x 1.6MHz, OS: Windows 7 x64
Example:
Code:
t1 = DLL.CallFunction("kernel32.dll", "GetTickCount", "", DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL); result = Tree.InsertNode(DEFAULT_NAMEDATABASE, table.NodeIndex, table); t2 = DLL.CallFunction("kernel32.dll", "GetTickCount", "", DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL);
PC with 4 cores x 1.6MHz, OS: Windows 7 x64
Comment