Activity overview
Latest activity by John Doe
thanks everybody. / comments
thanks everybody.
Great,
this is exactly what I was looking for.
thanks. / comments
Great,
this is exactly what I was looking for.
thanks.
Hallo Andrew
thank you for your post.
this didn't helped me (yet) to locate my problem but I'm still optimistic...
I have some additional information and maybe you would have some more idea to help me.
I've noticed that if I'm taking several 'snapshot' at a time the 'private bytes' valeus changes each time with a general tendency to increase.
The other heaps stabilize after two to three snapshots.
Could that indicate a problem in unmanaged code?
Could that be an influence of AMP5 itself?
Is it possible to filter result and show only objects of Private bytes?
Another question I'm curios about:
If I understand it correctly, so each Snapshot first call a CG.
wouldn't that implies that the Gen 0 Heap Size should be empty after each Snapshot? I'm asking hence the Time line Graph sometimes show an increase in Gen 0 Heap size directly after a snapshot.
lovely greetings
Cavin / comments
Hallo Andrew
thank you for your post.
this didn't helped me (yet) to locate my problem but I'm still optimistic...
I have some additional information and maybe you would have some more idea to help...
AMP5 and visual studio
Hallo again,
is it possible to use AMP5 in conjunction with visual studio in such a way that I could set break-points during the test?
lovely greetings
Cavin
Analysing Multilayer Application
Hello,
I'm working on an application which is based on multiple layers:
Web GUI, Transaction, Businesslogic, DB Access and Shared object.
Each layer is developed as own project, compiled and publis...
Gen 0 in Session Overview
Hallo,
I'm using the trial version of AMP5 (12 days to go... :-) )
and I've been adviced shortly ago to use the 'Session Overview' tab rather than the time line graph.
However I do not have the Gen...
ok,
I think that for now all my questions are answered.
thank you.
now I just need to find the memory leaks...
have a lovely day and see you online
Cavin / comments
ok,
I think that for now all my questions are answered.
thank you.
now I just need to find the memory leaks...
have a lovely day and see you online
Cavin
thanks.
so if I understand you correct, the timeline is in generall not reliable and I should only use or count on the Analysis / Session Overview tabs.
one more question: are private bytes located in a specific Heap or can they be in different locations? (could they acceed the 'Bytes in all Heaps' ?)
lovely greetings
Cavin / comments
thanks.
so if I understand you correct, the timeline is in generall not reliable and I should only use or count on the Analysis / Session Overview tabs.
one more question: are private bytes located...
Hallo Alex,
thanks for your reply.
i meant the graph in the time line.
Do you have a clue how come the momory increase when I'm making a snapshot.
If I understand it correct, so a snapshot always first call the CG.Collect() isn't it?
So shouldn't it be like this, that the memory either decrease or stays (but not increases) ?
greetings.
Cavin / comments
Hallo Alex,
thanks for your reply.
i meant the graph in the time line.
Do you have a clue how come the momory increase when I'm making a snapshot.
If I understand it correct, so a snapshot always f...
# Bytes in all Heaps lower than Gen 0 Heap Size
Hallo,
I have couple of questions:
1)
My '# Bytes in all Heaps' is lower than 'Gen 0 Heap Size'.
is that possible or is it a bug?
2)
How come sometimes when I'm calling GC.Collect() - for test purp...