Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
solverstack
vite
Commits
8e54dd68
Commit
8e54dd68
authored
9 months ago
by
François Trahay
Browse files
Options
Downloads
Patches
Plain Diff
formatting
parent
dead1d05
Branches
Branches containing commit
No related tags found
1 merge request
!109
Improve the OTF2 parser
Pipeline
#1018770
failed
9 months ago
Stage: pre
Stage: build
Stage: analyze
Stage: validate
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/parser/OTF2Parser/ParserDefinitionOTF2.cpp
+1
-1
1 addition, 1 deletion
src/parser/OTF2Parser/ParserDefinitionOTF2.cpp
with
1 addition
and
1 deletion
src/parser/OTF2Parser/ParserDefinitionOTF2.cpp
+
1
−
1
View file @
8e54dd68
...
...
@@ -541,7 +541,7 @@ Color *ParserDefinitionOTF2::get_color(uint32_t func_id) {
}
Color
*
ParserDefinitionOTF2
::
get_color
(
String
function_name
)
{
uint32_t
func_id
=
std
::
hash
<
std
::
string
>
{}(
function_name
.
to_string
());
uint32_t
func_id
=
std
::
hash
<
std
::
string
>
{}(
function_name
.
to_string
());
return
get_color
(
func_id
);
}
...
...
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