Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: core/cross/pack.cc

Issue 6542028: Log the number of objects in a Pack when it is deleted in debug builds to hel... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/pack.cc
===================================================================
--- core/cross/pack.cc (revision 74468)
+++ core/cross/pack.cc (working copy)
@@ -61,6 +61,8 @@
}
Pack::~Pack() {
+ DLOG(INFO) << owned_objects_.size()
+ << " objects still in Pack at time of deletion";
}
bool Pack::Destroy() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698