diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-12 18:48:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-12 18:48:55 +0200 |
commit | aebb99bf39331e4518e93f03343fbdd0329e2f3a (patch) | |
tree | 872ad8496062733422722f7e620ac93de1e212d6 /libhashsum.7 | |
parent | Replace relative_performance with libhashsum_get_relative_performance (diff) | |
download | libhashsum-aebb99bf39331e4518e93f03343fbdd0329e2f3a.tar.gz libhashsum-aebb99bf39331e4518e93f03343fbdd0329e2f3a.tar.bz2 libhashsum-aebb99bf39331e4518e93f03343fbdd0329e2f3a.tar.xz |
Add libhashsum_get_relative_performance.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libhashsum.7')
-rw-r--r-- | libhashsum.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhashsum.7 b/libhashsum.7 index ec8dcb1..6bdf984 100644 --- a/libhashsum.7 +++ b/libhashsum.7 @@ -62,4 +62,5 @@ function that can select the appropriate initialiser based on an enum value that specifies the algorithm. .SH SEE ALSO .BR libhashsum_init_hasher (3), -.BR libhashsum_init_hasher_from_string (3) +.BR libhashsum_init_hasher_from_string (3), +.BR libhashsum_get_relative_performance (3) |