-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/verbs: Enable profiling on the verbs provider.
Add profiling counters and timers to count: (1) the verbs qps created, the number of connection established, and the number of rdma_connect, rdma_accept, rdma_reject calls made. (2) the time an endpoint spent to reach different states for connection. (3) the execution time on function calls. (4) memory allocated by OFI for rxm-verbs provider. The profile result is reported through trace log Two environment varialbles are added: (1) FI_DISENABLE_PROF="prov1,..,prov2" Disable profile on providers in the list. By default, profiling are enabled on all providers if libfabric built with "--enable-profile" option. (2) FI_PROF_DATA_SIZE=<size_in_byte> Change the buffer size for reporting profile data. Default is 4K Signed-off-by: Peinan Zhang <peinan.zhang@intel.com>
- Loading branch information
Showing
11 changed files
with
880 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.