------- Comment #22 from kgardas at objectsecurity dot com 2010-05-07 06:53 ------- Viola! Something happens now! Thanks for fixing this.
$ cat test-profile-mode.cc #include <vector> using namespace std; int main() { vector<int> v; for (int k = 0; k < 1024; ++k) v.insert(v.begin(), k); } $ c++ -D_GLIBCXX_PROFILE test-profile-mode.cc $ ./a.out $ ls -la libstdcxx-profile.* -rw-r--r-- 1 karel karel 520 May 7 08:52 libstdcxx-profile.conf.out -rw-r--r-- 1 karel karel 152 May 7 08:52 libstdcxx-profile.raw -rw-r--r-- 1 karel karel 268 May 7 08:52 libstdcxx-profile.txt $ uname -a SunOS thinkpad 5.11 snv_134 i86pc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43259