Author: mikhail.naganov
Date: Thu May 21 03:13:58 2009
New Revision: 2023
Modified:
wiki/V8Profiler.wiki
Log:
Removed 'no-build' flag description.
Modified: wiki/V8Profiler.wiki
==============================================================================
--- wiki/V8Profiler.wiki (original)
+++ wiki/V8Profiler.wiki Thu May 21 03:13:58 2009
@@ -31,7 +31,7 @@
= Process the Generated Output =
-Log file processing is done using JS scripts running by the d8 shell.
Under Windows the d8 shell must be built manually because there are
multiple way of building (SCons, VS.) Under `*`nix-like platforms, the
linux-tick-processor script automatically calls SCons in order to build the
d8 shell executable. To avoid running SCons every time, use `--no-build`
command line argument.
+Log file processing is done using JS scripts running by the d8 shell.
Under Windows the d8 shell must be built manually because there are
multiple way of building (SCons, VS.) Under `*`nix-like platforms, the
linux-tick-processor script automatically calls SCons in order to build the
d8 shell executable.
Windows:
{{{
@@ -43,11 +43,6 @@
Other platforms:
{{{
tools/linux-tick-processor v8.log
-}}}
-
-or
-{{{
-tools/linux-tick-processor --no-build v8.log
}}}
= Programmatic Control of Profiling =
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---