Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
6aaa6de8
Commit
6aaa6de8
authored
Oct 19, 2020
by
Brice Videau
Browse files
Fix unused variable error.
parent
58c5b77d
Pipeline
#11654
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ze/zeprof_callbacks.cpp.erb
View file @
6aaa6de8
...
...
@@ -213,6 +213,7 @@ static void zeprof_<%= dbt_event.uuid %>_callback(
const auto [device,subdevice] = function_name_to_dsd[hpt_function_name_t(hostname,process_id,thread_id, function_name)];
const uint64_t delta = born_timing_to_ns(hp_device_t(hostname,process_id, device),contextStart,contextEnd);
(void)subdevice;
event_result_to_delta[hp_event]= delta;
event_to_function_name[hp_event] = t_function_name_t(thread_id, function_name);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment