mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Print more stats for the keydb and the signature cache.
* g10/sig-check.c (sig_check_dump_stats): New. (cache_stats): New struct. (check_key_signature2): Update stats. * g10/gpg.c (g10_exit): Call new function. * g10/keydb.c (kid_not_found_cache_count): Replace by ... (kid_not_found_stats): ... new struct. Change users. (keydb_stats): New struct. Update the counters. (keydb_dump_stats): Print all stats. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
52ba5e67ca
commit
3a10de3bfd
4 changed files with 109 additions and 12 deletions
|
@ -251,6 +251,7 @@ int clearsign_file (ctrl_t ctrl,
|
|||
int sign_symencrypt_file (ctrl_t ctrl, const char *fname, strlist_t locusr);
|
||||
|
||||
/*-- sig-check.c --*/
|
||||
void sig_check_dump_stats (void);
|
||||
|
||||
/* SIG is a revocation signature. Check if any of PK's designated
|
||||
revokers generated it. If so, return 0. Note: this function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue