caseresearch / code-review

⛔️ [DEPRECATED] A repo for code review sessions at CAS. ⛔️ [DEPRECATED] See
https://github.com/swincas/code-review
MIT License
0 stars 41 forks source link

Added Example for Profiling With Vtune #8

Closed jacobseiler closed 7 years ago

jacobseiler commented 7 years ago

Some simple instructions for profiling your code on g2 using Vtune.

manodeep commented 7 years ago

Fantastic. Thanks for the tutorial on profiling.

Will it be possible for you to use the change the file extension to rst and use some of the markup features of the rst format. For instance, `text` produces text, *text* produces italicized text, **text** for bold text. Create lists like so:

1. Something here
2. Next item

that produces --

  1. Something here
  2. Next item

or, for bulleted lists

-  Something here
-  Next item
jacobseiler commented 7 years ago

Done after some fiddling around. It seemed that double inverted ` was needed at the beginning and end to get the monospaced text, is generated by ``text``.