I haven't looked deeply into this, so disregard if it's not helpful, but I noticed this package uses
help?> Profile.fetch
fetch() -> data
Returns a copy of the buffer of profile backtraces. Note that the values in data have meaning only on this machine in the current session, because it depends on the exact
memory addresses used in JIT-compiling. This function is primarily for internal use; retrieve may be a better choice for most users.
and I was wondering if there's a reason not to use Profile.retrieve.
I haven't looked deeply into this, so disregard if it's not helpful, but I noticed this package uses
and I was wondering if there's a reason not to use
Profile.retrieve
.