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

Side by Side Diff: src/flag-definitions.h

Issue 7247018: Remove obsolete aggregating and non-working producers heap profilers. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« src/api.cc ('K') | « src/api.cc ('k') | src/heap.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 DEFINE_bool(log_runtime, false, "Activate runtime system %Log call.") 467 DEFINE_bool(log_runtime, false, "Activate runtime system %Log call.")
468 DEFINE_bool(log_api, false, "Log API events to the log file.") 468 DEFINE_bool(log_api, false, "Log API events to the log file.")
469 DEFINE_bool(log_code, false, 469 DEFINE_bool(log_code, false,
470 "Log code events to the log file without profiling.") 470 "Log code events to the log file without profiling.")
471 DEFINE_bool(log_gc, false, 471 DEFINE_bool(log_gc, false,
472 "Log heap samples on garbage collection for the hp2ps tool.") 472 "Log heap samples on garbage collection for the hp2ps tool.")
473 DEFINE_bool(log_handles, false, "Log global handle events.") 473 DEFINE_bool(log_handles, false, "Log global handle events.")
474 DEFINE_bool(log_snapshot_positions, false, 474 DEFINE_bool(log_snapshot_positions, false,
475 "log positions of (de)serialized objects in the snapshot.") 475 "log positions of (de)serialized objects in the snapshot.")
476 DEFINE_bool(log_suspect, false, "Log suspect operations.") 476 DEFINE_bool(log_suspect, false, "Log suspect operations.")
477 DEFINE_bool(log_producers, false, "Log stack traces of JS objects allocations.")
478 DEFINE_bool(prof, false, 477 DEFINE_bool(prof, false,
479 "Log statistical profiling information (implies --log-code).") 478 "Log statistical profiling information (implies --log-code).")
480 DEFINE_bool(prof_auto, true, 479 DEFINE_bool(prof_auto, true,
481 "Used with --prof, starts profiling automatically") 480 "Used with --prof, starts profiling automatically")
482 DEFINE_bool(prof_lazy, false, 481 DEFINE_bool(prof_lazy, false,
483 "Used with --prof, only does sampling and logging" 482 "Used with --prof, only does sampling and logging"
484 " when profiler is active (implies --noprof_auto).") 483 " when profiler is active (implies --noprof_auto).")
485 DEFINE_bool(prof_browser_mode, true, 484 DEFINE_bool(prof_browser_mode, true,
486 "Used with --prof, turns on browser-compatible mode for profiling.") 485 "Used with --prof, turns on browser-compatible mode for profiling.")
487 DEFINE_bool(log_regexp, false, "Log regular expression execution.") 486 DEFINE_bool(log_regexp, false, "Log regular expression execution.")
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 #undef FLAG 529 #undef FLAG
531 530
532 #undef DEFINE_bool 531 #undef DEFINE_bool
533 #undef DEFINE_int 532 #undef DEFINE_int
534 #undef DEFINE_string 533 #undef DEFINE_string
535 534
536 #undef FLAG_MODE_DECLARE 535 #undef FLAG_MODE_DECLARE
537 #undef FLAG_MODE_DEFINE 536 #undef FLAG_MODE_DEFINE
538 #undef FLAG_MODE_DEFINE_DEFAULTS 537 #undef FLAG_MODE_DEFINE_DEFAULTS
539 #undef FLAG_MODE_META 538 #undef FLAG_MODE_META
OLDNEW
« src/api.cc ('K') | « src/api.cc ('k') | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698