<i id='8mDuZ'><tr id='8mDuZ'><dt id='8mDuZ'><q id='8mDuZ'><span id='8mDuZ'><b id='8mDuZ'><form id='8mDuZ'><ins id='8mDuZ'></ins><ul id='8mDuZ'></ul><sub id='8mDuZ'></sub></form><legend id='8mDuZ'></legend><bdo id='8mDuZ'><pre id='8mDuZ'><center id='8mDuZ'></center></pre></bdo></b><th id='8mDuZ'></th></span></q></dt></tr></i><div id='8mDuZ'><tfoot id='8mDuZ'></tfoot><dl id='8mDuZ'><fieldset id='8mDuZ'></fieldset></dl></div>
    <bdo id='8mDuZ'></bdo><ul id='8mDuZ'></ul>

    1. <legend id='8mDuZ'><style id='8mDuZ'><dir id='8mDuZ'><q id='8mDuZ'></q></dir></style></legend>

      <small id='8mDuZ'></small><noframes id='8mDuZ'>

    2. <tfoot id='8mDuZ'></tfoot>

    3. 以编程方式获取缓存行大小?

      时间:2023-09-17
        <bdo id='pySJg'></bdo><ul id='pySJg'></ul>

        <small id='pySJg'></small><noframes id='pySJg'>

        • <i id='pySJg'><tr id='pySJg'><dt id='pySJg'><q id='pySJg'><span id='pySJg'><b id='pySJg'><form id='pySJg'><ins id='pySJg'></ins><ul id='pySJg'></ul><sub id='pySJg'></sub></form><legend id='pySJg'></legend><bdo id='pySJg'><pre id='pySJg'><center id='pySJg'></center></pre></bdo></b><th id='pySJg'></th></span></q></dt></tr></i><div id='pySJg'><tfoot id='pySJg'></tfoot><dl id='pySJg'><fieldset id='pySJg'></fieldset></dl></div>
          <legend id='pySJg'><style id='pySJg'><dir id='pySJg'><q id='pySJg'></q></dir></style></legend>

          <tfoot id='pySJg'></tfoot>

              <tbody id='pySJg'></tbody>

              1. 本文介绍了以编程方式获取缓存行大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

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

                All platforms welcome, please specify the platform for your answer.

                一个类似的问题:如何在 C++ 中以编程方式获取 CPU 缓存页面大小?

                推荐答案

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

                On Linux (with a reasonably recent kernel), you can get this information out of /sys:

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

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

                This directory has a subdirectory for each level of cache. Each of those directories contains the following files:

                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 共享此缓存.如果您正在使用共享数据进行多线程编程,这将非常有用(如果共享数据的线程也共享缓存,您将获得更好的结果).

                This gives you more information about the cache then you'd ever hope to know, including the cacheline size (coherency_line_size) as well as what CPUs share this cache. This is very useful if you are doing multithreaded programming with shared data (you'll get better results if the threads sharing data are also sharing a cache).

                这篇关于以编程方式获取缓存行大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:如何获取 boost::asio::ip::tcp::socket 的 IP 地址? 下一篇:为什么 std::unordered_map 很慢,我可以更有效地使用

                相关文章

                最新文章

                  <bdo id='w8BwB'></bdo><ul id='w8BwB'></ul>
                <legend id='w8BwB'><style id='w8BwB'><dir id='w8BwB'><q id='w8BwB'></q></dir></style></legend>
                  1. <tfoot id='w8BwB'></tfoot>

                    <small id='w8BwB'></small><noframes id='w8BwB'>

                    <i id='w8BwB'><tr id='w8BwB'><dt id='w8BwB'><q id='w8BwB'><span id='w8BwB'><b id='w8BwB'><form id='w8BwB'><ins id='w8BwB'></ins><ul id='w8BwB'></ul><sub id='w8BwB'></sub></form><legend id='w8BwB'></legend><bdo id='w8BwB'><pre id='w8BwB'><center id='w8BwB'></center></pre></bdo></b><th id='w8BwB'></th></span></q></dt></tr></i><div id='w8BwB'><tfoot id='w8BwB'></tfoot><dl id='w8BwB'><fieldset id='w8BwB'></fieldset></dl></div>