我可以在Visual Studio中限制结果吗?我只想查看我编写的代码的结果。我正在关注“500 line openGL”教程,我嫉妒他在教程中的结果。
% cumulative self self total
time seconds seconds calls ms/call ms/call name
69.16 2.95 2.95 3000000 0.00 0.00 line(int, int, int, int, TGAImage&, TGAColor)
19.46 3.78 0.83 204000000 0.00 0.00 TGAImage::set(int, int, TGAColor)
8.91 4.16 0.38 207000000 0.00 0.00 TGAColor::TGAColor(TGAColor const&)
1.64 4.23 0.07 2 35.04 35.04 TGAColor::TGAColor(unsigned char, unsigned char, unsigned char, unsigned char)
0.94 4.27 0.04 TGAImage::get(int, int)
以下是我的结果:(我正在使用Visual Studio Community 2017.我正在使用检测,因为“性能向导”设置。如果我只是使用“CPU使用率”,我得到一个无效的进程错误。我读到这个因为我的程序退出太快而发生。