# spent 21.3s (0ns+21.3) within DBIx::Class::Storage::DBI::Cursor::_dbh_all which was called 5 times, avg 4.26s/call: # 5 times (0ns+21.3s) by DBIx::Class::Storage::DBI::dbh_do at line 547 of C:/Perl/site/lib/DBIx/Class/Storage/DBI.pm, avg 4.26s/call sub _dbh_all { 120 30 18.8s 628ms my ($storage, $dbh, $self) = @_; 121 122 $self->_check_dbh_gen; # spent 0s making 5 calls to DBIx::Class::Storage::DBI::Cursor::_check_dbh_gen, avg 0s/call 123 $self->{sth}->finish if $self->{sth}->{Active}; 124 delete $self->{sth}; 125 my ($rv, $sth) = $storage->_select(@{$self->{args}}); # spent 2.46s making 5 calls to DBIx::Class::Storage::DBI::_select, avg 492ms/call 126 return @{$sth->fetchall_arrayref}; # spent 18.8s making 5 calls to DBI::st::fetchall_arrayref, avg 3.77s/call 127 }