Home
last modified time | relevance | path

Searched refs:dbh_creation_time (Results 1 – 1 of 1) sorted by relevance

/dports/databases/dbh/libdbh2-5.0.22/examples/
H A Dperformance.c786 time_t dbh_creation_time; in create_dbh_table() local
812 dbh_creation_time = time(NULL) - start; in create_dbh_table()
813 fprintf(stderr, "dbh creation time = %lld s.\n", (long long)dbh_creation_time); in create_dbh_table()