File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ typedef struct pti_version {
31
31
} pti_version ;
32
32
33
33
/**
34
- * @brief Returns the compiled version of PTI
34
+ * @brief Returns the compiled version of Intel(R) PTI
35
35
*
36
- * @return c-string with compiled version of PTI
36
+ * @return c-string with compiled version of Intel(R) PTI
37
37
*/
38
38
PTI_EXPORT const char * ptiVersionString ();
39
39
40
40
/**
41
- * @brief Returns the compiled version of PTI
41
+ * @brief Returns the compiled version of Intel(R) PTI
42
42
*
43
- * @return pti_version struct with compiled version of PTI
43
+ * @return pti_version struct with compiled version of Intel(R) PTI
44
44
*/
45
45
pti_version PTI_EXPORT ptiVersion ();
46
46
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ PTI_EXPORT const char*
417
417
ptiViewMemcpyTypeToString ( pti_view_memcpy_type type );
418
418
419
419
/**
420
- * @brief Returns current pti host timestamp in nanoseconds. The timestamp is in the same api_group as view records timestamps.
420
+ * @brief Returns current Intel(R) PTI host timestamp in nanoseconds. The timestamp is in the same api_group as view records timestamps.
421
421
*
422
422
* @return uint64_t
423
423
*/
@@ -433,7 +433,7 @@ ptiViewGetTimestamp();
433
433
typedef uint64_t (* pti_fptr_get_timestamp )( void );
434
434
435
435
/**
436
- * @brief Sets callback to user provided timestamping function. This will replace the default pti host timestamper.
436
+ * @brief Sets callback to user provided timestamping function. This will replace the default Intel(R) PTI host timestamper.
437
437
* Multiple callbacks that set differing timestamp function, through the session; will result in differing
438
438
* timestamp api_groups in the view record buffer.
439
439
*
You can’t perform that action at this time.
0 commit comments