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

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

Issue 47713002: AllocationsTracker: introduce heap-profiler-always-track-allocations flag (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | src/heap-profiler.h » ('j') | src/heap-profiler.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 DEFINE_int(sweeper_threads, 0, 534 DEFINE_int(sweeper_threads, 0,
535 "number of parallel and concurrent sweeping threads") 535 "number of parallel and concurrent sweeping threads")
536 #ifdef VERIFY_HEAP 536 #ifdef VERIFY_HEAP
537 DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC") 537 DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC")
538 #endif 538 #endif
539 539
540 540
541 // heap-snapshot-generator.cc 541 // heap-snapshot-generator.cc
542 DEFINE_bool(heap_profiler_trace_objects, false, 542 DEFINE_bool(heap_profiler_trace_objects, false,
543 "Dump heap object allocations/movements/size_updates") 543 "Dump heap object allocations/movements/size_updates")
544 DEFINE_bool(heap_profiler_always_track_allocations, false,
545 "Always track object allocations")
544 546
545 547
546 // v8.cc 548 // v8.cc
547 DEFINE_bool(use_idle_notification, true, 549 DEFINE_bool(use_idle_notification, true,
548 "Use idle notification to reduce memory footprint.") 550 "Use idle notification to reduce memory footprint.")
549 // ic.cc 551 // ic.cc
550 DEFINE_bool(use_ic, true, "use inline caching") 552 DEFINE_bool(use_ic, true, "use inline caching")
551 553
552 // macro-assembler-ia32.cc 554 // macro-assembler-ia32.cc
553 DEFINE_bool(native_code_counters, false, 555 DEFINE_bool(native_code_counters, false,
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 #undef DEFINE_ALIAS_float 879 #undef DEFINE_ALIAS_float
878 #undef DEFINE_ALIAS_args 880 #undef DEFINE_ALIAS_args
879 881
880 #undef FLAG_MODE_DECLARE 882 #undef FLAG_MODE_DECLARE
881 #undef FLAG_MODE_DEFINE 883 #undef FLAG_MODE_DEFINE
882 #undef FLAG_MODE_DEFINE_DEFAULTS 884 #undef FLAG_MODE_DEFINE_DEFAULTS
883 #undef FLAG_MODE_META 885 #undef FLAG_MODE_META
884 #undef FLAG_MODE_DEFINE_IMPLICATIONS 886 #undef FLAG_MODE_DEFINE_IMPLICATIONS
885 887
886 #undef COMMA 888 #undef COMMA
OLDNEW
« no previous file with comments | « no previous file | src/heap-profiler.h » ('j') | src/heap-profiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698