I would like allow a user to use of Very Sleepy, without give him administrators rights. Without admin\' rights, he can launch Very Sleepy then launch an application with the software to profile it.
Has anyone figured out how the Very Sleepy profiler finds PDB files? It se开发者_运维问答ems like it doesn\'t use the _NT_SYMBOL_PATH env variable.. I\'ve had success by putting PDBs in the same direc
I am trying to used Very Sleepy on a windows service .exe on a machine that doesnt have Visual Studios is not installed. I have copied the .exe .map and .pdb fi开发者_C百科le using xcopy. All these fi
I searched for this after seeing it\'s the top rated item when profiling using Very Sleepy, andit seems everyone gets the answer \"it\'s a system function, ignore it\". But Sleepy\'s hint for the func
I\'m profiling some computationally intensive code of mine, and was surprised to see that the function RtlpNtMakeTemporaryKey takes up a huge chunk of time. It\'s module is ntdll andthe source fi开发者
I\'m working on a little rigidbody simulation. I use the Irrlicht engine for display and openMesh to work with the meshes.