d2324e42a3
Commit messages as follows: Change-Id: I631d374144efc540b158868fa65a0bac232a7548 --- Changed the comments for the SLO Violation handler --- Performance update: Adding a boolean flag to indicate when all metrics have been set to avoid a linear scan of all metrics on each SLO Violation message. --- Metric list and reconfiguration wait Metric updater now listening for a metric list from the Optimiser Controller and not frmo the EMS, and discards SLO Violations until the Optimiser Controller sends a message indicating that the previous application reconfiguration has finished. --- Log message to indicate that the "reconfiguration done" even message has been received --- Added the right topic for the metric list --- New messages Metric list from the controller New message format for AMPL model definition Fixed the AMQ message property settings
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"/home/GHo/Documents/Code/Theron++/",
|
|
"/home/GHo/Documents/Code/CxxOpts/include",
|
|
"/opt/AMPL/amplapi/include/",
|
|
"${workspaceFolder}/**",
|
|
"/home/GHo/Documents/Code/NebulOuS/Solvers",
|
|
"/usr/include/c++/13",
|
|
"/home/GHo/Documents/Code/Theron++",
|
|
"/usr/include/c++/13/x86_64-redhat-linux",
|
|
"/usr/include/linux",
|
|
"/usr/include/c++/13/tr1"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c23",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerPath": "/usr/lib64/ccache/g++",
|
|
"compilerArgs": [
|
|
"-std=c++23",
|
|
"-I/usr/include/",
|
|
"-I/home/GHo/Documents/Code/Theron++/",
|
|
"-I/home/GHo/Documents/Code/CxxOpts/include",
|
|
"-I/opt/AMPL/amplapi/include/"
|
|
],
|
|
"cppStandard": "c++23",
|
|
"mergeConfigurations": false,
|
|
"configurationProvider": "ms-vscode.makefile-tools",
|
|
"browse": {
|
|
"path": [
|
|
"/home/GHo/Documents/Code/Theron++/",
|
|
"/home/GHo/Documents/Code/CxxOpts/include",
|
|
"/opt/AMPL/amplapi/include/",
|
|
"/usr/include/c++/13",
|
|
"/usr/include/linux",
|
|
"/home/GHo/Documents/Code/NebulOuS/Solvers"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": false
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |