MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / _start

Function _start

apps/sysinfo/src/main.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <ctime.hpp>
3
4extern "C" void _start() {
5 std::cout << "The time since boot is: " << std::time(nullptr) << " microseconds." << std::endl;
6 std::cout << "The time this app has been running is: " << std::clock() << " microseconds." << std::endl;
7}

Callers

nothing calls this directly

Calls 2

timeFunction · 0.50
clockFunction · 0.50

Tested by

no test coverage detected