Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 528 Bytes

README_server.md

File metadata and controls

18 lines (14 loc) · 528 Bytes

Optimus Server

The Optimus profiler let you expose your data stats via a little http server. Our goal here is to send this data to a GUI in the client machine. Actually we are testing this concept with bumblebee.

To run the server:

python server.py

You can create a config.ini file that let you specify where to output the profiler file and from which location the server is going to read the file.

[SERVER]
Input = ../data.json

[PROFILER]
Output = ../data.json