// Copyright 2012 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_LOGGING_LOG_H_ #define V8_LOGGING_LOG_H_ #include <atomic> #include <memory> #include <set> #include <string> #include "include/v8-callbacks.h" #include "include/v8-profiler.h" #include "src/base/platform/elapsed-timer.h" #include "src/execution/isolate.h" #include "src/logging/code-events.h" #include "src/objects/objects.h" namespace v8 { namespace sampler { class Sampler; } // namespace sampler internal // namespace internal } // namespace v8 #endif // V8_LOGGING_LOG_H_