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

Unified Diff: trunk/src/third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h

Issue 14773032: Revert 182659 "Get a filename of dumped heap profile in a V8 ext..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
Index: trunk/src/third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h
===================================================================
--- trunk/src/third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h (revision 200239)
+++ trunk/src/third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h (working copy)
@@ -90,15 +90,6 @@
*/
PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
-/* Dump a profile to a file now and store the dumped filename to
- * "dumped_filename_buffer" which has a length of "filename_buffer_length"
- * in addition to HeapProfilerDump().
- */
-PERFTOOLS_DLL_DECL void HeapProfilerDumpWithFileName(
- const char *reason,
- char* dumped_filename_buffer,
- int filename_buffer_length);
-
/* Generate current heap profiling information.
* Returns an empty string when heap profiling is not active.
* The returned pointer is a '\0'-terminated string allocated using malloc()

Powered by Google App Engine
This is Rietveld 408576698