- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thought I would share a little package that exposes the ITT collection control API bindings in Python. This allows you to run VTune Amplifier but just collect data you need from specific parts of the code. Hopefully this saves someone else a little bit of time! Available at this github repository.
import itt itt.pause() # ... some uninteresting code itt.resume() # ... some more interesting code itt.detach() # ... some uninteresting code again...
Comments welcome!
Rollin
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rollin,
Thanks for sharing this. Cool. I'll definitely check ITT.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page