#include "third_party/blink/renderer/platform/timer.h"
#include <memory>
#include "base/logging.h"
#include "base/run_loop.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/platform/platform.h"
#include "third_party/blink/public/platform/scheduler/test/renderer_scheduler_test_support.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"
namespace blink {
class TimerPerfTest : public testing::Test { … };
TEST_F(TimerPerfTest, PostAndRunTimers) { … }
TEST_F(TimerPerfTest, PostThenCancelTenThousandTimers) { … }
}