hi, stapxx的ngx-lua-exec-time是主要统计含有lua_resume调用的函数的耗时吗? 这个的时间和probe process.function("ngx_http_lua_access_handler")的timedelta差距很大是正常的不? 对比结果(gist): https://gist.github.com/ruoshan/e2e55e2d3d04631cd85c
ngx_http_access_handler 平均耗时在310us
ngx-lua-exec-time 才64us.
BTW. stapxx中的`$r' 这个变量我可以在哪找定义(或者宏?). 看不懂perl. T.T