void LLViewerStats::PhaseMap::startPhase(const std::string& phase_name)
{
    LLTimer& timer = getPhaseTimer(phase_name);
    LL_DEBUGS() << "startPhase " << phase_name << LL_ENDL;
    timer.start();
}
void LLViewerStats::PhaseMap::startPhase(const std::string& phase_name)
{
	LLTimer& timer = getPhaseTimer(phase_name);
	lldebugs << "startPhase " << phase_name << llendl;
	timer.start();
}