diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-10-28 20:41:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 20:41:37 +0200 |
commit | db9f6ec1b4018164e5bff05f115dc60711bb711b (patch) | |
tree | be9939aecef5d15ffb55d3f786d2236025cdc906 /python/setup.py | |
parent | 175981a42265478729a97e7866363431f5c688d7 (diff) |
Add basic profiling of memory allocations on data-path (#1789)
The goal is to have an idea of the memory allocation sizes performed in
the **library data-path**, i.e. excluding init/deinit phases and all
the allocations made by the application itself.
In other words, how much memory is needed per-flow, by nDPI, other than
`struct ndpi_flow_struct`?
It works only on single-thread configurations.
It is not enabled by default (in the unit tests) since different
canfiguration options (example: `--enable-pcre`) lead to diffferent
results.
See: #1781
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions