You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the SQL Visualizer to check which classes are most often
instanciated to determine what causes GC pressure. To do this, I'm looking
for calls of functions ending with ".ctor". However, this finds both calls to
reference and value type constructors, and I'm not interested in value types
as they cause no GC overhead. Being able to discriminate between the two
would be nice.
Original issue reported on code.google.com by tristanl...@gmail.com on 12 Feb 2010 at 5:32
The text was updated successfully, but these errors were encountered:
I'll look into this, but I'm a little wary that it might run into trouble with
autoboxing. Proper memory profiling isn't really expected until at least the
0.3.x
release series though, so I guess something is better than nothing :\
Original comment by promit....@gmail.com on 12 Feb 2010 at 5:42
Original issue reported on code.google.com by
tristanl...@gmail.com
on 12 Feb 2010 at 5:32The text was updated successfully, but these errors were encountered: