7 lines
247 B
PHP
7 lines
247 B
PHP
<?php
|
|
|
|
include( dirname( __FILE__ ) . '/inc/class-o2-basic-timers.php' );
|
|
include( dirname( __FILE__ ) . '/inc/class-o2-performance-monitor.php' );
|
|
|
|
$o2_basic_timers = new o2_Basic_Timers();
|
|
$o2_performance_monitor = new o2_Performance_Monitor();
|