-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
When parsing the log with nprof i am simply getting giant volume of :
...
line 3565: unknown code state: undefined
line 3566: unknown code state: undefined
line 3594: unknown code state: undefined
line 3595: unknown code state: undefined
line 3596: unknown code state: undefined
line 3598: unknown code state: undefined
line 3599: unknown code state: undefined
line 3600: unknown code state: undefined
line 3602: unknown code state: undefined
...
And then:
[Unknown]:
ticks total nonlib name
503 0.4%
[Shared libraries]:
ticks total nonlib name
125191 99.5% 0.0% /usr/lib/libc-2.17.so
61 0.0% 0.0% /usr/bin/node
29 0.0% 0.0% /usr/lib/libpthread-2.17.so
[JavaScript]:
ticks total nonlib name
[C++]:
ticks total nonlib name
[GC]:
ticks total nonlib name
0 0.0%
[Bottom up (heavy) profile]:
Note: percentage shows a share of a particular caller in the total
amount of its parent calls.
Callers occupying less than 2.0% are not shown.
ticks parent name
125191 99.5% /usr/lib/libc-2.17.so
Metadata
Metadata
Assignees
Labels
No labels