Hi,
I am a newbie to V8 profiler - I was not able to get it correctly
running. Here is what I do and what I see:
ond...@kapitan:~/svn/v8$ scons library=shared sample=shell && ./shell
--prof -e "1+1" && tools/linux-tick-processor.py v8.log
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: `sample' is up to date.
scons: done building targets.
Statistical profiling result from v8.log, (12 ticks, 12 unaccounted, 0
excluded).
[Unknown]:
ticks total nonlib name
12 100.0%
[Shared libraries]:
ticks total nonlib name
[JavaScript]:
ticks total nonlib name
[C++]:
ticks total nonlib name
[GC]:
ticks total nonlib name
0 0.0%
[Call profile]:
total call path
12 100.0% <no call path information>
However, the v8.log file looks okay - it has 554 lines of data.
What am I doing wrong?
Thanks for help,
sincerely,
Ondrej Zara
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---