Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _docs/tutorials/advanced/benchmarking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ These answers provide us with the minimum necessary for the creation of a plugin
The final code shall be located in
`src_root_sb/tfa-plugin/TimeBenchmarking` with the following structure:

```
TimeBenchmarking
├── CMakeLists.txt
├── inc
│   └──TimeBenchmarking
│   └── TimeBenchmarking.h
└── src
└── TimeBenchmarking.cpp
```


### Register a new plugin into the TFA core of the shadow builder
Expand Down