I'm profiling an application (with --prof on OSX10.6) and get this output

 [C++]:
   ticks  total  nonlib   name
   3902   69.5%   69.5%  _csinhf$fenv_access_off
    125    2.2%    2.2%  ___sfvwrite
    124    2.2%    2.2%  _szone_free
     74    1.3%    1.3%  __utmpx_working_copy
     56    1.0%    1.0%  _cacosh$fenv_access_off
     46    0.8%    0.8%  v8::internal::GetKeysInFixedArrayFor
     39    0.7%    0.7%  _getaddrinfo_async_call
     28    0.5%    0.5%  v8::internal::RegExpImpl::CompileIrregexp
     27    0.5%    0.5%  v8::Template::Set
     23    0.4%    0.4%  v8::internal::LogDynamicBuffer::Write
     20    0.4%    0.4%  v8::internal::JavaScriptFrame::Print
     20    0.4%    0.4%  node::Connection::Initialize

It seems strange to see csinhf() at the top (my application is not
doing any math). Any ideas why this might show up?

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to