You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ If your application uses multiple threads (e.g., with Pthreads), see `pthread_ex
8
8
-`pthread_example.cpp`: Similar to `thread_markers.cpp`, but runs across multiple threads using Pthreads.
9
9
In this case, threads must be explicitly initialized.
10
10
11
-
-`vmarkers_push_pop.cpp`: Equivalent to `thread_markers.cpp`, but uses VMARKERS (short for vanilla markers).
11
+
-`vmarkers_push_pop.cpp`: Equivalent to `thread_markers.cpp`, but uses VMARKS (short for vanilla markers).
12
12
These are lightweight markers that are pushed using a color ID instead of a marker ID. Useful when working with many different markers.
13
13
14
-
-`vmarkers_set.cpp`: Another VMARKERS example, this time using the SET method instead of PUSH/POP.
14
+
-`vmarkers_set.cpp`: Another VMARKS example, this time using the SET method instead of PUSH/POP.
15
15
The PUSH/POP method relies on each marker being explicitly pushed and later popped, whereas the SET method simply sets the marker without requiring an end point (i.e. a pop).
0 commit comments