https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254639

--- Comment #3 from Mark Johnston <[email protected]> ---
If I am reading the output correctly, we are spending hundreds of ms copying
page tables, but this is not where the majority of time is spent.

It would also be useful to see output from

# dtrace -n 'profile-997hz /pid == $target/{@[stack()] = count()}' -c "python
test.py"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to