mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
hsbench: Update test program output
While fixing the documentation, it was noticed that the hsbench output was still referring to the project as Hyperscan. Lets correct it. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
This commit is contained in:
parent
0c57b6c894
commit
6bbd4821f0
@ -248,7 +248,7 @@ void EngineHyperscan::printStats() const {
|
|||||||
printf("Signature set: %s\n", compile_stats.sigs_name.c_str());
|
printf("Signature set: %s\n", compile_stats.sigs_name.c_str());
|
||||||
}
|
}
|
||||||
printf("Signatures: %s\n", compile_stats.signatures.c_str());
|
printf("Signatures: %s\n", compile_stats.signatures.c_str());
|
||||||
printf("Hyperscan info: %s\n", compile_stats.db_info.c_str());
|
printf("Vectorscan info: %s\n", compile_stats.db_info.c_str());
|
||||||
printf("Expression count: %'zu\n", compile_stats.expressionCount);
|
printf("Expression count: %'zu\n", compile_stats.expressionCount);
|
||||||
printf("Bytecode size: %'zu bytes\n", compile_stats.compiledSize);
|
printf("Bytecode size: %'zu bytes\n", compile_stats.compiledSize);
|
||||||
printf("Database CRC: 0x%x\n", compile_stats.crc32);
|
printf("Database CRC: 0x%x\n", compile_stats.crc32);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user