gpt4 book ai didi

c++ - 以编程方式获取缓存行大小?

转载 作者:IT老高 更新时间:2023-10-28 11:29:30 40 4
gpt4 key购买 nike

欢迎所有平台,请指定您回答的平台。

类似的问题:How to programmatically get the CPU cache page size in C++?

最佳答案

在 Linux(具有相当新的内核)上,您可以从/sys 中获取此信息:

/sys/devices/system/cpu/cpu0/cache/

该目录对于每一级缓存都有一个子目录。这些目录中的每一个都包含以下文件:

coherency_line_size
level
number_of_sets
physical_line_partition
shared_cpu_list
shared_cpu_map
size
type
ways_of_associativity

这为您提供了有关缓存的更多信息,您可能希望知道这些信息,包括缓存线大小 (coherency_line_size) 以及哪些 CPU 共享此缓存。如果您正在使用共享数据进行多线程编程,这将非常有用(如果共享数据的线程也共享缓存,您将获得更好的结果)。

关于c++ - 以编程方式获取缓存行大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/794632/

40 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com