Generate line graph for any benchmark?

前端 未结 2 468
梦毁少年i
梦毁少年i 2021-01-26 17:22

I had spent so many hours failing to find a line graph generator for my benchmark results that I just wanted to plug in. I tried quite a few like Google\'s chart API but it stil

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-26 17:45

    I use gnuplot. It is not a lib, but a separate executable file. You can output plotting data to one file, and plotting commands in another - script file, which refer to data file. Then call gnuplot with this script file. Another way is to use qwt. It is a real library, but it depends on Qt. If you already use Qt in your project, it is very straigth way to plot graphs. If not, then just use gnuplot

提交回复
热议问题