X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_profiler.hpp;h=d8332420c63fc6ce622fd300315d275a85ba0db2;hb=5b9a463db890e86b95c7ac37484704759eabc641;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;