Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
5bbc01a3
"README.md" did not exist on "5b3b0a6f2aa1c5fd44cadf8cebf5dea6b04fb1ab"
Commit
5bbc01a3
authored
1 year ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Small boosty tweaks
parent
ada4e7ae
No related branches found
No related tags found
2 merge requests
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llaudio/llaudiodecodemgr.cpp
+1
-1
1 addition, 1 deletion
indra/llaudio/llaudiodecodemgr.cpp
indra/newview/llperfstats.h
+1
-1
1 addition, 1 deletion
indra/newview/llperfstats.h
with
2 additions
and
2 deletions
indra/llaudio/llaudiodecodemgr.cpp
+
1
−
1
View file @
5bbc01a3
...
@@ -555,7 +555,7 @@ class LLAudioDecodeMgr::Impl
...
@@ -555,7 +555,7 @@ class LLAudioDecodeMgr::Impl
protected:
protected:
std
::
deque
<
LLUUID
>
mDecodeQueue
;
std
::
deque
<
LLUUID
>
mDecodeQueue
;
st
d
::
unordered_map
<
LLUUID
,
LLPointer
<
LLVorbisDecodeState
>>
mDecodes
;
boo
st
::
unordered_map
<
LLUUID
,
LLPointer
<
LLVorbisDecodeState
>>
mDecodes
;
};
};
LLAudioDecodeMgr
::
Impl
::
Impl
()
LLAudioDecodeMgr
::
Impl
::
Impl
()
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llperfstats.h
+
1
−
1
View file @
5bbc01a3
...
@@ -223,7 +223,7 @@ namespace LLPerfStats
...
@@ -223,7 +223,7 @@ namespace LLPerfStats
static
void
updateMeanFrameTime
(
U64
tot_frame_time_raw
);
static
void
updateMeanFrameTime
(
U64
tot_frame_time_raw
);
// StatsArray is a uint64_t for each possible statistic type.
// StatsArray is a uint64_t for each possible statistic type.
using
StatsArray
=
std
::
array
<
uint64_t
,
static_cast
<
size_t
>
(
LLPerfStats
::
StatType_t
::
STATS_COUNT
)
>
;
using
StatsArray
=
std
::
array
<
uint64_t
,
static_cast
<
size_t
>
(
LLPerfStats
::
StatType_t
::
STATS_COUNT
)
>
;
using
StatsMap
=
st
d
::
unordered_map
<
LLUUID
,
StatsArray
,
boost
::
hash
<
LLUUID
>
>
;
using
StatsMap
=
boo
st
::
unordered_map
<
LLUUID
,
StatsArray
>
;
using
StatsTypeMatrix
=
std
::
array
<
StatsMap
,
static_cast
<
size_t
>
(
LLPerfStats
::
ObjType_t
::
OT_COUNT
)
>
;
using
StatsTypeMatrix
=
std
::
array
<
StatsMap
,
static_cast
<
size_t
>
(
LLPerfStats
::
ObjType_t
::
OT_COUNT
)
>
;
using
StatsSummaryArray
=
std
::
array
<
StatsArray
,
static_cast
<
size_t
>
(
LLPerfStats
::
ObjType_t
::
OT_COUNT
)
>
;
using
StatsSummaryArray
=
std
::
array
<
StatsArray
,
static_cast
<
size_t
>
(
LLPerfStats
::
ObjType_t
::
OT_COUNT
)
>
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment