blob: 4196b2ba07851bade95c0628c1821d1c607a07f0 [file] [log] [blame]
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Valgrind User Guide - Remote Valgrind</title>
<link type="text/css" rel="stylesheet" href="../../../book.css"/>
</head>
<body>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<th style="width: 100%" align="center" colspan="3">Remote Valgrind</th>
</tr>
<tr>
<td style="width: 20%" align="left">
<a href="Using-Helgrind.html" title="Using Helgrind">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right">
<a href="Special-Cases.html" title="Special Cases">
<img alt="Next" border="0" src="../../../images/next.gif"/>
</a>
</td>
</tr>
<tr>
<td style="width: 20%" align="left" valign="top">Using Helgrind</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Special Cases</td>
</tr>
</table><hr class="navigation-separator"/>
<h1 id="Remote_Valgrind">Remote Valgrind</h1>
<p>You can profile remote projects just as local ones. This can be useful when developing an application for a different architecture.</p>
<p>To run Valgrind remotely, right-click a remote c/c++ project and navigate to "Profiling Tools", then "Profile Configurations". In the new window, double-click the Profile with Valgrind (remote) profile configuration. </p>
<p>In the main tab, click "Browse" under "C/C++ executable" to choose the binary that will be executed. The same tool configurations for local projects apply to remote ones. </p>
<p>
<img border="0" src="images/Screenshot-main-remote-valgrind.png"/>
</p>
<p>After configuring the profile, click the Profile button to launch the profile. Results will be displayed in the same Valgrind view previously described.</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
<a href="Using-Helgrind.html" title="Using Helgrind">
<img alt="Previous" border="0" src="../../../images/prev.gif"/>
</a>
</td>
<td style="width: 60%" align="center">
<a href="User-Guide.html" title="Valgrind User Guide">
<img alt="Valgrind User Guide" border="0" src="../../../images/home.gif"/>
</a>
</td>
<td style="width: 20%" align="right">
<a href="Special-Cases.html" title="Special Cases">
<img alt="Next" border="0" src="../../../images/next.gif"/>
</a>
</td>
</tr>
<tr>
<td style="width: 20%" align="left" valign="top">Using Helgrind</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Special Cases</td>
</tr>
</table>
</body>
</html>