View source code
Display the source code in core/runtime.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Module core.runtime

The runtime module exposes information specific to the D runtime code.

Documentation

https://dlang.org/phobos/core_runtime.html

Functions

NameDescription
defaultTraceDeallocator(info) Deallocate a traceinfo generated by deaultTraceHander.
defaultTraceHandler(ptr) Get the default Throwable.TraceInfo implementation for the platform
dmd_coverDestPath(path) Set output path for coverage reports.
dmd_coverSetMerge(flag) Enable merging of coverage reports with existing data.
dmd_coverSourcePath(path) Set source file path for coverage reports.
profilegc_setlogfilename(name) Set the output file name for memory profile reports (-profile=gc switch). An empty name will set the output to stdout.
rt_init() C interface for Runtime.initialize, returns 1/0 instead of bool
rt_loadLibrary(name) C interface for Runtime.loadLibrary
rt_term() C interface for Runtime.terminate, returns 1/0 instead of bool
rt_unloadLibrary(ptr) C interface for Runtime.unloadLibrary, returns 1/0 instead of bool
runModuleUnitTests() This routine is called by the runtime to run module unit tests on startup. The user-supplied unit tester will be called if one has been set, otherwise all unit tests will be run in sequence.
trace_setdeffilename(name) Set the output file name for the optimized profile linker DEF file (-profile switch). An empty name will set the output to stdout.
trace_setlogfilename(name) Set the output file name for profile reports (-profile switch). An empty name will set the output to stdout.

Structs

NameDescription
CArgs Stores the unprocessed arguments supplied when the process was started.
Runtime This struct encapsulates all functionality related to the underlying runtime module for the calling context.
UnitTestResult This type is returned by the module unit test handler to indicate testing results.

Aliases

NameTypeDescription
ExtendedModuleUnitTester UnitTestResult function() Module unit test handler
ModuleUnitTester bool function() Legacy module unit test handler

Authors

Sean Kelly

License

Boost License 1.0