diff options
| author | Ptolemy <ptolemy@lindenlab.com> | 2022-01-13 11:37:38 -0800 |
|---|---|---|
| committer | Ptolemy <ptolemy@lindenlab.com> | 2022-01-13 11:37:38 -0800 |
| commit | fd6203f12a48c8108dcbab55f67fdb3f9700bfc6 (patch) | |
| tree | 23cb43b7de812c3bb8a4dc574a15476789c563db /indra/newview/pipeline.cpp | |
| parent | f787c7455dc6310729c1f76978589b55e687c5b5 (diff) | |
SL-16606: Add profiler category DRAWABLE
Diffstat (limited to 'indra/newview/pipeline.cpp')
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 56fe4ac5af..2e9d3dbccc 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3373,7 +3373,7 @@ void LLPipeline::stateSort(LLCamera& camera, LLCullResult &result) } { - LL_RECORD_BLOCK_TIME(FTM_STATESORT_DRAWABLE); + LL_PROFILE_ZONE_NAMED_CATEGORY_DRAWABLE("stateSort"); // LL_RECORD_BLOCK_TIME(FTM_STATESORT_DRAWABLE); for (LLCullResult::drawable_iterator iter = sCull->beginVisibleList(); iter != sCull->endVisibleList(); ++iter) { |
