tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Import / Export tracy dataset

Open dingtiansong opened this issue 6 years ago • 3 comments

dingtiansong avatar Jul 19 '19 02:07 dingtiansong

Hi @dingtiansong!

There is no easy way to do it for now (it will change with the upcoming version related to #3 ) but since data are persisted using the localstorage, you can access it using the developers tools of your browser and copy paste the vuex data. For example, in Firefox:

image

YuukanOO avatar Jul 19 '19 08:07 YuukanOO

Hi @YuukanOO, I just find a way to solve the problem. we can download Vue extention tool (Chorme and Firefox both support ) on present PC and target PC , then transfer the states data from our present PC to another by using export and import methods. as below, Chorme & Firefox are the same, git git2

dingtiansong avatar Jul 22 '19 02:07 dingtiansong

Nice! That's somehow hacky but at least there's a workaround in the meantime.

YuukanOO avatar Jul 22 '19 05:07 YuukanOO