We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e7fd9 commit 093211cCopy full SHA for 093211c
1 file changed
_docs/tutorials/advanced/benchmarking/index.md
@@ -78,13 +78,15 @@ These answers provide us with the minimum necessary for the creation of a plugin
78
The final code shall be located in
79
`src_root_sb/tfa-plugin/TimeBenchmarking` with the following structure:
80
81
+```
82
TimeBenchmarking
83
├── CMakeLists.txt
84
├── inc
85
│ └──TimeBenchmarking
86
│ └── TimeBenchmarking.h
87
└── src
88
└── TimeBenchmarking.cpp
89
90
91
92
### Register a new plugin into the TFA core of the shadow builder
0 commit comments