G
Guest
In my continuing effort to determine why my app occasionally and randomly
"hangs", I have turned my focus to performance statistics. I have read
descriptions about what the performance stats are, but I havent come across
anything that states "benchmarks" for me to determine which of my stats are
abnormal.
My app is a data collection application and here are a few of the stats from
a simulation of the entry of 450 records (typical of avg day).
Number of Objects Allocated = 248476
Number of Simple Collections = 0
Number of Compact Collections = 73
Number of Full Collections = 3
Number of Calls = 21678872
Do any of these stats look abnormal to anyone? Are there other stats that I
should be paying particular attention to? I'm wondering if the application
could "hang" if the user is trying to do something during a collection
(particularly a full collection)?
Thanks!
Mike
"hangs", I have turned my focus to performance statistics. I have read
descriptions about what the performance stats are, but I havent come across
anything that states "benchmarks" for me to determine which of my stats are
abnormal.
My app is a data collection application and here are a few of the stats from
a simulation of the entry of 450 records (typical of avg day).
Number of Objects Allocated = 248476
Number of Simple Collections = 0
Number of Compact Collections = 73
Number of Full Collections = 3
Number of Calls = 21678872
Do any of these stats look abnormal to anyone? Are there other stats that I
should be paying particular attention to? I'm wondering if the application
could "hang" if the user is trying to do something during a collection
(particularly a full collection)?
Thanks!
Mike