<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>faith_and_brave</author_name>
  <author_url>https://blog.hatena.ne.jp/faith_and_brave/</author_url>
  <blog_title>Faith and Brave - C++で遊ぼう</blog_title>
  <blog_url>https://faithandbrave.hateblo.jp/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>Boost 1.47.0で導入予定のBoost.Chronoでの簡単な実行時間の測定です。 #include &lt;boost/chrono/process_times.hpp&gt; #include &lt;cmath&gt; int main() { boost::chrono::run_timer t; for (int i = 0; i &lt; 100000; ++i) std::sqrt(123.456L); // 時間のかかる処理 } real 0.008s, cpu 0.016s (185.1%), user 0.016s, system 0.000s デフォルトではstd::coutに出力されますが、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffaithandbrave.hateblo.jp%2Fentry%2F20110420%2F1303290831&quot; title=&quot; Boost.Chronoで実行時間の簡単な測定 - Faith and Brave - C++で遊ぼう&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>2011-04-20 18:13:51</published>
  <title> Boost.Chronoで実行時間の簡単な測定</title>
  <type>rich</type>
  <url>https://faithandbrave.hateblo.jp/entry/20110420/1303290831</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
