We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a93115 commit ca45fefCopy full SHA for ca45fef
1 file changed
docs/src/minimize-itt-api-overhead.rst
@@ -60,7 +60,7 @@ these domains to control the level of detail that is written to the trace file.
60
__itt_domain* detailed = __itt_domain_create(L"MyFunction.Detailed");
61
62
// Create string handles at global scope.
63
- __itt_string_handle* h_my_funcion = __itt_string_handle_create(L"MyFunction");
+ __itt_string_handle* h_my_function = __itt_string_handle_create(L"MyFunction");
64
void MyFunction(int arg)
65
{
66
__itt_task_begin(basic, __itt_null, __itt_null, h_my_function);
0 commit comments