We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0ff3e12 commit c602c43Copy full SHA for c602c43
examples/sysinfo_example.cpp
@@ -4,6 +4,7 @@
4
5
i32 main() {
6
std::cout << "CPU Information: " << ldvc_cpu_info() << std::endl;
7
+ std::cout << "Number of CPU cores: " << ldvc_cpu_cores() << std::endl;
8
std::cout << "Total Memory: " << ldvc_total_memory() / 1024 / 1024 << " MBytes" << std::endl;
9
std::cout << "Disk Space Available: " << ldvc_disk_space() << " bytes" << std::endl;
10
0 commit comments