You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can just use the Serialization standard library to write arbitrary julia types to a file and reload them in another Julia session if that is what yiu want.
Hello, thanks for this package.
I'm wondering what the recommended way to write a TimerOutput to a human and computer readable file is.
I saw a closed issue about exporting to DataFrame. I don't think I'll need anything that heavy.
It looks like I can just use
show(io, to)
but I didn't see anything in the readme for this, so just wanted to ask.This way would also be only human readable I think.
The text was updated successfully, but these errors were encountered: