<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kidd0320</author_name>
  <author_url>https://blog.hatena.ne.jp/kidd0320/</author_url>
  <blog_title>kidd0320のメモ</blog_title>
  <blog_url>https://kidd0320.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>プログラミング-C++</anon>
  </categories>
  <description>boost::cpu_timerを使えばナノ秒単位の取得ができる！らしいので試してみた。 OS:windows7 64bitCPU:Core2Duo 3GHz こんなコード boost::timer::auto_cpu_timer timer; boost::timer::nanosecond_type times[100]; for(int i = 0; i &lt; 100; i++){ timer.start(); times[i] = timer.elapsed().wall; } for(int i = 0; i &lt; 100; i++){ std::cout &lt;&lt; times[i] &lt;&lt; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkidd0320.hatenablog.com%2Fentry%2F2012%2F04%2F19%2F202043&quot; title=&quot;boost::cpu_timer で時間計測 - kidd0320のメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-04-19 20:20:43</published>
  <title>boost::cpu_timer で時間計測</title>
  <type>rich</type>
  <url>https://kidd0320.hatenablog.com/entry/2012/04/19/202043</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
