<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rubyco</author_name>
  <author_url>https://blog.hatena.ne.jp/rubyco/</author_url>
  <blog_title>rubyco（るびこ）の日記</blog_title>
  <blog_url>https://rubyco.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>プロファイラを使うと、プログラムのボトルネックを見つける助けになります。 Windowsのコマンドラインから以下のようにします。2&gt;と書いているのは標準エラー出力をファイルにリダイレクトするためです。 ruby -r profile a.rb 2&gt; result.txt以下はa.rbの内容です。先日作ったクイックソートのプログラムです。 class Array def qsort(&amp;cmp) self.dup.qsort!(&amp;cmp) end def qsort!(&amp;cmp) cmp ||= lambda { |a, b| a &lt;=&gt; b } sort_between(0, length - …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frubyco.hatenadiary.org%2Fentry%2F20060308%2Fprofile&quot; title=&quot;profile - rubyco（るびこ）の日記&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>2006-03-08 00:00:04</published>
  <title>profile</title>
  <type>rich</type>
  <url>https://rubyco.hatenadiary.org/entry/20060308/profile</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
