GlowCode is the real-time performance and memory profiler for C++, C# and .NET code optimization. Finds bottlenecks, leaks fastest. By Electric Software, Inc.
Questions tagged [glowcode]
4 questions
3
votes
1 answer
Cannot load symbols in GlowCode x64
This question might be too application specific to be out here on SO, but here goes.
I am trying to profile a simple native c++ application using GlowCode-x64 6.2 .
The problem is that no matter which settings I set in the "Options->Symbol server…

Nailer
- 2,446
- 1
- 24
- 34
2
votes
2 answers
GlowCode vs. AQTime C++ profiling performance in the real world?
I am a user of AQTime Pro and while the tool is pretty nice, it does have a horrible performance impact on the application under test if you're not careful. (Even if you are careful, the performance impact is often high for the app I'm mostly…

Martin Ba
- 37,187
- 33
- 183
- 337
0
votes
1 answer
Glowcode memory usage number is different from Window Task Manager
I'm trying to use glowcode to track a C++ mem-leak issue in our app.
But first of the first, glowcode cannot track all the memory allocated from our app. It only tracks 300MB memory usage when TaskManager shows we're using 700MB;
I doubted that the…

zaexage
- 43
- 1
- 5
0
votes
1 answer
Some help interpreting a GlowCode profile of my game
Our top 3 functions are all showing up as thread sync objects; Mostly WaitForSingleObject().
Is this function extremely taxing, even when called with a 0 to just check status of a thread? Getting very concerned with values on these functions…

Michael Dorgan
- 12,453
- 3
- 31
- 61