forked from qt-creator/qt-creator
Analyzer: Introduce AnalzyerAction
This wraps the menu related aspects of an IAnalyzerTool. Change-Id: I065cb5f269a40af2137f434a7cdf915bd9a76839 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -516,27 +516,11 @@ CallgrindTool::~CallgrindTool()
|
||||
delete d;
|
||||
}
|
||||
|
||||
Core::Id CallgrindTool::id() const
|
||||
{
|
||||
return Core::Id("Callgrind");
|
||||
}
|
||||
|
||||
RunMode CallgrindTool::runMode() const
|
||||
{
|
||||
return CallgrindRunMode;
|
||||
}
|
||||
|
||||
QString CallgrindTool::displayName() const
|
||||
{
|
||||
return tr("Valgrind Function Profiler");
|
||||
}
|
||||
|
||||
QString CallgrindTool::description() const
|
||||
{
|
||||
return tr("Valgrind Profile uses the \"callgrind\" tool to "
|
||||
"record function calls when a program runs.");
|
||||
}
|
||||
|
||||
IAnalyzerTool::ToolMode CallgrindTool::toolMode() const
|
||||
{
|
||||
return ReleaseMode;
|
||||
|
||||
Reference in New Issue
Block a user