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
Is it possible to make MICA/PIN to measure between A and B?
In the following example what would I have to do (in terms of code instrumentation or parameters passed to MICA) so that the MICA counters would only be incremented for CODE BLOCK 2?
Nevertheless, you should track the number of times the instrumentation is
done, depending on the number of invocation of the block (calls) it has and
I believe it might be a little noisy. As another workaround, you can make
each of those blocks an independent executable object and use the native
MICA feature to instrument the binary at run-time.
Hope either of them work.
-Amir
On Wed, Nov 16, 2016 at 7:15 PM, Kenneth Hoste [email protected]
wrote:
Last time I used PIN was ages ago, but I think you can selectively
enable instrumentation by injecting some PIN methods... @amirjamez https://github.com/amirjamez?
Is it possible to make MICA/PIN to measure between A and B?
In the following example what would I have to do (in terms of code instrumentation or parameters passed to MICA) so that the MICA counters would only be incremented for CODE BLOCK 2?
int main() {
// CODE BLOCK 1
// start measuring
// CODE BLOCK 2
// end measurement
// CODE BLOCK 3
}
The text was updated successfully, but these errors were encountered: