v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
etw-debug-win.cc
Go to the documentation of this file.
1
// Copyright 2010 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
src/diagnostics/etw-debug-win.h
"
6
7
#include <windows.h>
8
9
namespace
v8
{
10
namespace
internal
{
11
/*static*/
12
EtwTraceDebug
EtwTraceDebug::info
;
13
14
std::ostream&
operator<<
(std::ostream& os,
const
EtwTraceDebug
&) {
15
os <<
"PID:"
<< ::GetCurrentProcessId() <<
"; TID:"
<< ::GetCurrentThreadId()
16
<<
" "
;
17
return
os;
18
}
19
}
// namespace internal
20
}
// namespace v8
v8::internal::EtwTraceDebug
Definition
etw-debug-win.h:15
v8::internal::EtwTraceDebug::info
static EtwTraceDebug info
Definition
etw-debug-win.h:17
etw-debug-win.h
v8::internal::internal
internal
Definition
wasm-objects-inl.h:458
v8::internal::operator<<
std::ostream & operator<<(std::ostream &os, AtomicMemoryOrder order)
Definition
atomic-memory-order.h:22
v8
Definition
api-arguments-inl.h:19
src
diagnostics
etw-debug-win.cc
Generated on Sun Apr 6 2025 21:08:53 for v8 by
1.12.0