yse / easy_profiler

Lightweight profiler library for c++
MIT License
2.14k stars 184 forks source link

How can I compiled the code with a cross-compile toolchain, such as ARM V8? #175

Open staycalmstayfoolish opened 4 years ago

staycalmstayfoolish commented 4 years ago

As the easy_profiler is a cross-platform tool, How can I compile the code with a aarch64-gnu-linx-gcc/g++?It should be able to indicate it when using cmake, right?

Additionally, how can I see the code performance with QT, eg, from a GUI? Is there any manual or other docs related it?

Thanks very much!