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
<p><code>patterns</code>: a list of patterns following the Python 3 <code>pathlib.Path.glob</code><ahref="https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob">syntax</a>.
<p>If you want to get a full list of events you can use on a particular machine, you can clone and build <ahref="https://sourceforge.net/p/perfmon2/libpfm4/ci/master/tree/"><code>libpfm4</code></a> and run the <code>showevtinfo</code><ahref="https://sourceforge.net/p/perfmon2/libpfm4/ci/master/tree/examples/showevtinfo.c">program</a>.</p>
199
199
<p>Third, you need to tell the JVM to load the agent.
200
200
Note that you need to specify the absolute path.</p>
<p>Finally, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration.
207
207
We will reuse the <code>RustMMTk</code> probe here, as the callback functions in the JVMTI agent are also called <code>harness_begin</code> and <code>harness_end</code>.</p>
<p>At this stage, the focus of this project is driven by the internal use of members from <ahref="https://users.cecs.anu.edu.au/~steveb/">Steve Blackburn</a>'s lab.
180
180
If you are a member of the lab, you know what to do if you encounter any issue, and you can ignore the below.</p>
181
-
<p>If you are a member of the public, please kindly note that the project is open-source and documented on a "good-faith" basis.
181
+
<p>If you are a member of the public, please kindly note that the project is open-source and documented on a "good-faith" basis.
182
182
We might not have the time to consider your features requests.
183
183
Please don't be offended if we ignore these.
184
184
Having said that, you are very welcomed to use it, and we will be very pleased if this helps anyone.
<p>At this stage, the focus of this project is driven by the internal use of members from <ahref="https://users.cecs.anu.edu.au/~steveb/">Steve Blackburn</a>'s lab.
180
180
If you are a member of the lab, you know what to do if you encounter any issue, and you can ignore the below.</p>
181
-
<p>If you are a member of the public, please kindly note that the project is open-source and documented on a "good-faith" basis.
181
+
<p>If you are a member of the public, please kindly note that the project is open-source and documented on a "good-faith" basis.
182
182
We might not have the time to consider your features requests.
183
183
Please don't be offended if we ignore these.
184
184
Having said that, you are very welcomed to use it, and we will be very pleased if this helps anyone.
0 commit comments