Ticket #43315: Added_time_start_to_SAVEQUERIES_data_.patch
File Added_time_start_to_SAVEQUERIES_data_.patch, 591 bytes (added by , 7 years ago) |
---|
-
wp-includes/wp-db.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
1928 1928 $this->num_queries++; 1929 1929 1930 1930 if ( defined( 'SAVEQUERIES' ) && SAVEQUERIES ) { 1931 $this->queries[] = array( $query, $this->timer_stop(), $this->get_caller() );1931 $this->queries[] = array( $query, $this->timer_stop(), $this->get_caller(), $this->time_start ); 1932 1932 } 1933 1933 } 1934 1934