Skip to content

Commit c602c43

Browse files
committedJan 27, 2024
ldvc_cpu_cores() example usage.
1 parent 0ff3e12 commit c602c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/sysinfo_example.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
i32 main() {
66
std::cout << "CPU Information: " << ldvc_cpu_info() << std::endl;
7+
std::cout << "Number of CPU cores: " << ldvc_cpu_cores() << std::endl;
78
std::cout << "Total Memory: " << ldvc_total_memory() / 1024 / 1024 << " MBytes" << std::endl;
89
std::cout << "Disk Space Available: " << ldvc_disk_space() << " bytes" << std::endl;
910

0 commit comments

Comments
 (0)
Please sign in to comment.