74 std::chrono::nanoseconds
timestamp() const noexcept;
Contains xtd::array class.
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
xtd::array< xtd::string > logical_operation_stack() const noexcept
Gets the correlation data, contained in a stack.
xtd::string thread_id() const noexcept
Gets a unique identifier for the current managed thread.
std::chrono::nanoseconds timestamp() const noexcept
Gets the current number of ticks in the timer mechanism.
const xtd::date_time & date_time() const noexcept
Gets the date and time at which the event trace occurred.
int64 timestamp_milliseconds() const noexcept
Gets the current number of ticks in the timer mechanism, in milliseconds.
int64 timestamp_ticks() const noexcept
Gets the current number of ticks in the timer mechanism, in nanoseconds.
int32 process_id() const noexcept
Gets the unique identifier of the current process.
int64 timestamp_nanoseconds() const noexcept
Gets the current number of ticks in the timer mechanism, in nanoseconds.
xtd::string call_stack() const noexcept
Gets the call stack for the current thread.
trace_event_cache()=default
Initializes a new instance of the trace_event_cache class.
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
Contains xtd::date_time class.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
int64_t int64
Represents a 64-bit signed integer.
Definition int64.hpp:23
The xtd::diagnostics namespace provides classes that allow you to interact with system processes,...
Definition assert_dialog_result.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::object class.
Contains xtd::string alias.