jsx/JSX

Profiler server stores profiling results in a web folder.

shibukawa opened this issue · 2 comments

Profiler server (make server) stores results in web folder.

If the user use in Linux or MacOS with MacPorts, this folder is not writable. I think the one of the following options should be selected:

  • Store result in $HOME/.jsx folder (like .jsx/profile)
  • Don't write profiling results to local storage. Store them in memory.

Will be fixed in #313

#313 has been merged to master.