Skip to content

Commit

Permalink
TIG-3421 Document adding actor debug info (mongodb#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrachev authored Apr 15, 2022
1 parent a3fd9cb commit f4b8c09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@ IDEs can debug Genny if it is built with the `Debug` build type:
./run-genny install -- -DCMAKE_BUILD_TYPE=Debug
```

Genny has a verbose output mode:

```shell
./run-genny workload -v debug
```

Actor information can be printed for additional help, eg: when an
[actor is about to begin](https://github.com/mongodb/genny/blob/a3fd9cb1ee9954877281922cf5959b635d889599/src/cast_core/src/HelloWorld.cpp#L42-L45)
or when it has [ended](https://github.com/mongodb/genny/blob/a3fd9cb1ee9954877281922cf5959b635d889599/src/cast_core/src/HelloWorld.cpp#L58)

## Code Style and Limitations

> Don't get cute.
Expand Down

0 comments on commit f4b8c09

Please sign in to comment.