Resurrect pipedalProfilePlugin, and amd64 benchmarks.

This commit is contained in:
Robin E.R. Davies
2026-04-21 00:36:13 -04:00
parent ca50da5630
commit 8ade50a3ac
5 changed files with 110 additions and 11 deletions
+32 -1
View File
@@ -328,6 +328,37 @@
"ignoreFailures": true
}
]
}
},
{
"name": "(gdb) pipedalProfilePlugin",
"type": "cppdbg",
"request": "launch",
// Resolved by CMake Tools:
"program": "${command:cmake.launchTargetPath}",
"args": [
"--no-profile",
"--preset-file", "/home/robin/Downloads/NAM Profiling.piPreset",
"--seconds", "100",
"-w"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [
{
"name": "PATH",
"value": "$PATH:${command:cmake.launchTargetDirectory}"
}
],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
},
]
}