// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "stat.h" namespace embree { Stat Stat::instance; Stat::Stat () { … } Stat::~Stat () { … } void Stat::print(embree_ostream cout) { … } }
// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "stat.h" namespace embree { Stat Stat::instance; Stat::Stat () { … } Stat::~Stat () { … } void Stat::print(embree_ostream cout) { … } }