Correct the DTrace script to the one we use.
This commit is contained in:
parent
01526484f2
commit
03f93c4f7d
@ -1,9 +1,9 @@
|
||||
erlang*:::nif-entry
|
||||
{
|
||||
funcall_entry_ts[cpu, copyinstr(arg1)] = vtimestamp;
|
||||
funcall_entry_ts[cpu, copyinstr(arg1)] = timestamp;
|
||||
}
|
||||
|
||||
erlang*:::nif-return
|
||||
{
|
||||
@time[cpu, copyinstr(arg1)] = lquantize((vtimestamp - funcall_entry_ts[cpu, copyinstr(arg1)] ), 0, 60000, 1000);
|
||||
@time[cpu, copyinstr(arg1)] = lquantize((timestamp - funcall_entry_ts[cpu, copyinstr(arg1)] ), 0, 60000, 1000);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user