<?php

/**
 * Directory separator shorthand, intended to make code more readable.
 */
define('DS', DIRECTORY_SEPARATOR);

define('BP', dirname(__FILE__));

class Profiler
{
    const NESTING_SEPARATOR = '->';

    /**
     * Unlike first const, this one is not self explanatory.
     */
    const NUMBER_TWO = 2;
}
