amzn / hawktracer

HawkTracer is a highly portable, low-overhead, configurable profiling tool built in Amazon Video for getting performance metrics from low-end devices.
MIT License
133 stars 31 forks source link

[feature/viewer] EventDB is not thread safe #19

Open mapaaa opened 6 years ago

mapaaa commented 6 years ago

Inserting into the database and getting data from it happen in two different threads. The UI might be requesting data while the UIController hasn't finished inserting.