X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=common%2Ftrace_profiler.hpp;h=d8332420c63fc6ce622fd300315d275a85ba0db2;hb=c5cd3565d87b910bf5966d5e5c66ce722fcf25ae;hp=8463c61f4ff5d06230b7b3217cf3bb723389276b;hpb=4c4896f8490aca7f32956e402ffdf413d04c36dd;p=apitrace diff --git a/common/trace_profiler.hpp b/common/trace_profiler.hpp index 8463c61..d833242 100644 --- a/common/trace_profiler.hpp +++ b/common/trace_profiler.hpp @@ -37,6 +37,8 @@ struct Profile { struct Call { unsigned no; + unsigned program; + int64_t gpuStart; int64_t gpuDuration;