0

I have developed a simple piece of C code, and launch it by

cat input.txt | ./code

(so code read input.txt as a stdin) Question is: how do I simulate that within vTune?

In the vTune Launch Application page, if I fill in the Application parameters field with input.txt, vTune runs for ever for 'Collecting basic hotspot data'.

thanks, mario

mario
  • 622
  • 1
  • 11
  • 31

1 Answers1

1

You should create a shell script running this command. Specify the path to script in the "Application" field.

Vital
  • 191
  • 5