Fix a typo, caught by -Wall
This commit is contained in:
parent
b6d9038d7f
commit
9ac6c6dcc9
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ void server::run() {
|
|||
process_data(sock, data);
|
||||
|
||||
if(sample) {
|
||||
double after_processing = parsing_timer.elapsed();
|
||||
after_processing = parsing_timer.elapsed();
|
||||
// times(&after_processing);
|
||||
metrics_.record_sample(data.root().first_child(),
|
||||
// after_parsing.tms_utime - before_parsing.tms_utime,
|
||||
|
|
Loading…
Add table
Reference in a new issue