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

Unified Diff: net/http/partial_data.cc

Issue 1569673002: [NOT FOR LANDING] Detailed loading traces Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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 | « net/http/http_server_properties_impl.cc ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/partial_data.cc
diff --git a/net/http/partial_data.cc b/net/http/partial_data.cc
index 915aaa4bb92e0f14670bb6003b79c2741aeeab6e..ffc23437f7c22b03f095a8b94f1cfffecc17a7f1 100644
--- a/net/http/partial_data.cc
+++ b/net/http/partial_data.cc
@@ -6,6 +6,7 @@
#include <limits>
+#include "base/trace_event/trace_event.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/format_macros.h"
@@ -44,6 +45,7 @@ PartialData::PartialData()
}
PartialData::~PartialData() {
+ TRACE_EVENT0("toplevel", "PartialData::~PartialData");
}
bool PartialData::Init(const HttpRequestHeaders& headers) {
« no previous file with comments | « net/http/http_server_properties_impl.cc ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698