Add Experiment, Result and Timer classes

This commit is contained in:
2023-07-24 01:15:12 +02:00
parent 0c226371cc
commit c10ebca0e0
5 changed files with 106 additions and 56 deletions

16
.vscode/launch.json vendored
View File

@@ -16,10 +16,18 @@
{
"type": "lldb",
"request": "launch",
"name": "aout",
"program": "${workspaceFolder}/a.out",
"args": [],
"cwd": "${workspaceFolder}"
"name": "experiment",
"program": "${workspaceFolder}/build/src/Platform/main",
"args": [
"-f",
"iris",
"-m",
"TAN",
"-p",
"../../../data/",
"--discretize"
],
"cwd": "${workspaceFolder}/build/src/Platform",
},
{
"name": "Build & debug active file",