Filename | /usr/share/perl5/DBIx/Class/ResultSourceProxy.pm |
Statements | Executed 0 statements in 0s |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
174 | 174 | 174 | 40.5ms | 647ms | add_columns | DBIx::Class::ResultSourceProxy::
319 | 3 | 3 | 5.27ms | 112ms | add_relationship | DBIx::Class::ResultSourceProxy::
1602 | 1 | 1 | 1.31ms | 1.31ms | CORE:subst (opcode) | DBIx::Class::ResultSourceProxy::
1 | 1 | 1 | 21µs | 27µs | BEGIN@4 | DBIx::Class::ResultSourceProxy::
1 | 1 | 1 | 10µs | 33µs | BEGIN@9 | DBIx::Class::ResultSourceProxy::
1 | 1 | 1 | 9µs | 24µs | BEGIN@10 | DBIx::Class::ResultSourceProxy::
1 | 1 | 1 | 8µs | 43µs | BEGIN@7 | DBIx::Class::ResultSourceProxy::
1 | 1 | 1 | 8µs | 11µs | BEGIN@5 | DBIx::Class::ResultSourceProxy::
1 | 1 | 1 | 7µs | 92µs | BEGIN@11 | DBIx::Class::ResultSourceProxy::
0 | 0 | 0 | 0s | 0s | add_column | DBIx::Class::ResultSourceProxy::
0 | 0 | 0 | 0s | 0s | get_inherited_ro_instance | DBIx::Class::ResultSourceProxy::
0 | 0 | 0 | 0s | 0s | iterator_class | DBIx::Class::ResultSourceProxy::
0 | 0 | 0 | 0s | 0s | set_inherited_ro_instance | DBIx::Class::ResultSourceProxy::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package # hide from PAUSE | ||||
2 | DBIx::Class::ResultSourceProxy; | ||||
3 | |||||
4 | 2 | 33µs | # spent 27µs (21+6) within DBIx::Class::ResultSourceProxy::BEGIN@4 which was called:
# once (21µs+6µs) by base::import at line 4 # spent 27µs making 1 call to DBIx::Class::ResultSourceProxy::BEGIN@4
# spent 6µs making 1 call to strict::import | ||
5 | 2 | 15µs | # spent 11µs (8+4) within DBIx::Class::ResultSourceProxy::BEGIN@5 which was called:
# once (8µs+4µs) by base::import at line 5 # spent 11µs making 1 call to DBIx::Class::ResultSourceProxy::BEGIN@5
# spent 4µs making 1 call to warnings::import | ||
6 | |||||
7 | 2 | 43µs | # spent 43µs (8+35) within DBIx::Class::ResultSourceProxy::BEGIN@7 which was called:
# once (8µs+35µs) by base::import at line 7 # spent 43µs making 1 call to DBIx::Class::ResultSourceProxy::BEGIN@7
# spent 35µs making 1 call to base::import, recursion: max depth 2, sum of overlapping time 35µs | ||
8 | |||||
9 | 2 | 55µs | # spent 33µs (10+22) within DBIx::Class::ResultSourceProxy::BEGIN@9 which was called:
# once (10µs+22µs) by base::import at line 9 # spent 33µs making 1 call to DBIx::Class::ResultSourceProxy::BEGIN@9
# spent 22µs making 1 call to Exporter::import | ||
10 | 2 | 38µs | # spent 24µs (9+15) within DBIx::Class::ResultSourceProxy::BEGIN@10 which was called:
# once (9µs+15µs) by base::import at line 10 # spent 24µs making 1 call to DBIx::Class::ResultSourceProxy::BEGIN@10
# spent 15µs making 1 call to Exporter::import | ||
11 | 2 | 177µs | # spent 92µs (7+85) within DBIx::Class::ResultSourceProxy::BEGIN@11 which was called:
# once (7µs+85µs) by base::import at line 11 # spent 92µs making 1 call to DBIx::Class::ResultSourceProxy::BEGIN@11
# spent 85µs making 1 call to namespace::clean::import | ||
12 | |||||
13 | 1 | 1.62ms | __PACKAGE__->mk_group_accessors('inherited_ro_instance' => 'source_name'); # spent 1.62ms making 1 call to Class::Accessor::Grouped::mk_group_accessors | ||
14 | |||||
15 | sub get_inherited_ro_instance { shift->get_inherited(@_) } | ||||
16 | |||||
17 | sub set_inherited_ro_instance { | ||||
18 | my $self = shift; | ||||
19 | |||||
20 | $self->throw_exception ("Cannot set @{[shift]} on an instance") | ||||
21 | if blessed $self; | ||||
22 | |||||
23 | $self->set_inherited(@_); | ||||
24 | } | ||||
25 | |||||
26 | |||||
27 | # spent 647ms (40.5+607) within DBIx::Class::ResultSourceProxy::add_columns which was called 174 times, avg 3.72ms/call:
# once (1.12ms+34.2ms) by Class::C3::Componentised::ensure_class_loaded at line 404 of Koha/Schema/Result/Deletedborrower.pm
# once (4.29ms+23.9ms) by Class::C3::Componentised::ensure_class_loaded at line 264 of Koha/Schema/Result/Subscription.pm
# once (688µs+15.3ms) by Class::C3::Componentised::ensure_class_loaded at line 275 of Koha/Schema/Result/Deleteditem.pm
# once (490µs+15.3ms) by Class::C3::Componentised::ensure_class_loaded at line 232 of Koha/Schema/Result/Aqorder.pm
# once (421µs+14.8ms) by Class::C3::Componentised::ensure_class_loaded at line 133 of Koha/Schema/Result/Branch.pm
# once (400µs+13.7ms) by Class::C3::Componentised::ensure_class_loaded at line 144 of Koha/Schema/Result/MarcModificationTemplateAction.pm
# once (242µs+11.3ms) by Class::C3::Componentised::ensure_class_loaded at line 110 of Koha/Schema/Result/SavedSql.pm
# once (473µs+10.8ms) by Class::C3::Componentised::ensure_class_loaded at line 196 of Koha/Schema/Result/Issuingrule.pm
# once (303µs+10.3ms) by Class::C3::Componentised::ensure_class_loaded at line 125 of Koha/Schema/Result/Z3950server.pm
# once (531µs+9.95ms) by Class::C3::Componentised::ensure_class_loaded at line 217 of Koha/Schema/Result/Deletedbiblioitem.pm
# once (350µs+10.0ms) by Class::C3::Componentised::ensure_class_loaded at line 125 of Koha/Schema/Result/CreatorLayout.pm
# once (375µs+9.58ms) by Class::C3::Componentised::ensure_class_loaded at line 170 of Koha/Schema/Result/Aqbookseller.pm
# once (451µs+9.13ms) by Class::C3::Componentised::ensure_class_loaded at line 152 of Koha/Schema/Result/SubscriptionNumberpattern.pm
# once (271µs+9.25ms) by Class::C3::Componentised::ensure_class_loaded at line 111 of Koha/Schema/Result/Aqbasket.pm
# once (376µs+9.01ms) by Class::C3::Componentised::ensure_class_loaded at line 139 of Koha/Schema/Result/CreatorTemplate.pm
# once (381µs+8.78ms) by Class::C3::Componentised::ensure_class_loaded at line 207 of Koha/Schema/Result/Suggestion.pm
# once (3.53ms+4.68ms) by Class::C3::Componentised::ensure_class_loaded at line 119 of Koha/Schema/Result/ImportRecord.pm
# once (333µs+7.75ms) by Class::C3::Componentised::ensure_class_loaded at line 121 of Koha/Schema/Result/Category.pm
# once (125µs+7.89ms) by Class::C3::Componentised::ensure_class_loaded at line 58 of Koha/Schema/Result/TagsApproval.pm
# once (261µs+7.42ms) by Class::C3::Componentised::ensure_class_loaded at line 118 of Koha/Schema/Result/Aqbudget.pm
# once (129µs+7.45ms) by Class::C3::Componentised::ensure_class_loaded at line 63 of Koha/Schema/Result/Message.pm
# once (252µs+7.26ms) by Class::C3::Componentised::ensure_class_loaded at line 278 of Koha/Schema/Result/Item.pm
# once (115µs+7.29ms) by Class::C3::Componentised::ensure_class_loaded at line 62 of Koha/Schema/Result/ActionLogs.pm
# once (195µs+7.20ms) by Class::C3::Componentised::ensure_class_loaded at line 75 of Koha/Schema/Result/Aqinvoice.pm
# once (148µs+7.17ms) by Class::C3::Componentised::ensure_class_loaded at line 74 of Koha/Schema/Result/Aqbasketgroup.pm
# once (237µs+6.93ms) by Class::C3::Componentised::ensure_class_loaded at line 82 of Koha/Schema/Result/UploadedFile.pm
# once (79µs+6.07ms) by Class::C3::Componentised::ensure_class_loaded at line 42 of Koha/Schema/Result/BorrowerAttributeTypesBranch.pm
# once (251µs+5.90ms) by Class::C3::Componentised::ensure_class_loaded at line 134 of Koha/Schema/Result/OldReserve.pm
# once (233µs+5.85ms) by Class::C3::Componentised::ensure_class_loaded at line 137 of Koha/Schema/Result/MarcSubfieldStructure.pm
# once (92µs+5.98ms) by Class::C3::Componentised::ensure_class_loaded at line 57 of Koha/Schema/Result/Localization.pm
# once (405µs+5.52ms) by Class::C3::Componentised::ensure_class_loaded at line 409 of Koha/Schema/Result/BorrowerModification.pm
# once (333µs+5.59ms) by Class::C3::Componentised::ensure_class_loaded at line 110 of Koha/Schema/Result/TmpHoldsqueue.pm
# once (175µs+5.69ms) by Class::C3::Componentised::ensure_class_loaded at line 97 of Koha/Schema/Result/MessageQueue.pm
# once (212µs+5.64ms) by Class::C3::Componentised::ensure_class_loaded at line 101 of Koha/Schema/Result/Overduerule.pm
# once (82µs+5.74ms) by Class::C3::Componentised::ensure_class_loaded at line 68 of Koha/Schema/Result/ImportItem.pm
# once (4.77ms+927µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/LanguageScriptMapping.pm
# once (307µs+5.35ms) by Class::C3::Componentised::ensure_class_loaded at line 119 of Koha/Schema/Result/Serial.pm
# once (180µs+5.35ms) by Class::C3::Componentised::ensure_class_loaded at line 95 of Koha/Schema/Result/BorrowerAttributeType.pm
# once (55µs+5.42ms) by Class::C3::Componentised::ensure_class_loaded at line 46 of Koha/Schema/Result/LanguageRfc4646ToIso639.pm
# once (82µs+5.24ms) by Class::C3::Componentised::ensure_class_loaded at line 56 of Koha/Schema/Result/DefaultCircRule.pm
# once (168µs+5.14ms) by Class::C3::Componentised::ensure_class_loaded at line 91 of Koha/Schema/Result/Virtualshelve.pm
# once (254µs+4.91ms) by Class::C3::Componentised::ensure_class_loaded at line 122 of Koha/Schema/Result/Accountline.pm
# once (3.89ms+1.26ms) by Class::C3::Componentised::ensure_class_loaded at line 45 of Koha/Schema/Result/ImportRecordMatch.pm
# once (210µs+4.87ms) by Class::C3::Componentised::ensure_class_loaded at line 122 of Koha/Schema/Result/ImportBatch.pm
# once (57µs+5.00ms) by Class::C3::Componentised::ensure_class_loaded at line 53 of Koha/Schema/Result/BranchItemRule.pm
# once (383µs+4.50ms) by Class::C3::Componentised::ensure_class_loaded at line 406 of Koha/Schema/Result/Borrower.pm
# once (345µs+4.43ms) by Class::C3::Componentised::ensure_class_loaded at line 81 of Koha/Schema/Result/AuthHeader.pm
# once (182µs+4.45ms) by Class::C3::Componentised::ensure_class_loaded at line 105 of Koha/Schema/Result/Aqcontact.pm
# once (160µs+4.20ms) by Class::C3::Componentised::ensure_class_loaded at line 80 of Koha/Schema/Result/Aqbudgetperiod.pm
# once (204µs+4.03ms) by Class::C3::Componentised::ensure_class_loaded at line 96 of Koha/Schema/Result/Statistic.pm
# once (125µs+4.08ms) by Class::C3::Componentised::ensure_class_loaded at line 76 of Koha/Schema/Result/Subscriptionhistory.pm
# once (227µs+3.88ms) by Class::C3::Componentised::ensure_class_loaded at line 105 of Koha/Schema/Result/OldIssue.pm
# once (149µs+3.83ms) by Class::C3::Componentised::ensure_class_loaded at line 70 of Koha/Schema/Result/BorrowerSync.pm
# once (194µs+3.67ms) by Class::C3::Componentised::ensure_class_loaded at line 93 of Koha/Schema/Result/Itemtype.pm
# once (133µs+3.71ms) by Class::C3::Componentised::ensure_class_loaded at line 76 of Koha/Schema/Result/BorrowerDebarment.pm
# once (159µs+3.49ms) by Class::C3::Componentised::ensure_class_loaded at line 92 of Koha/Schema/Result/PrintersProfile.pm
# once (169µs+3.46ms) by Class::C3::Componentised::ensure_class_loaded at line 94 of Koha/Schema/Result/Course.pm
# once (115µs+3.48ms) by Class::C3::Componentised::ensure_class_loaded at line 64 of Koha/Schema/Result/ColumnsSetting.pm
# once (136µs+3.45ms) by Class::C3::Componentised::ensure_class_loaded at line 74 of Koha/Schema/Result/CreatorBatch.pm
# once (104µs+3.34ms) by Class::C3::Componentised::ensure_class_loaded at line 51 of Koha/Schema/Result/Userflag.pm
# once (185µs+3.21ms) by Class::C3::Componentised::ensure_class_loaded at line 81 of Koha/Schema/Result/ExportFormat.pm
# once (181µs+3.20ms) by Class::C3::Componentised::ensure_class_loaded at line 81 of Koha/Schema/Result/ImportBiblio.pm
# once (113µs+3.22ms) by Class::C3::Componentised::ensure_class_loaded at line 68 of Koha/Schema/Result/Zebraqueue.pm
# once (96µs+3.22ms) by Class::C3::Componentised::ensure_class_loaded at line 58 of Koha/Schema/Result/Branchcategory.pm
# once (90µs+3.08ms) by Class::C3::Componentised::ensure_class_loaded at line 52 of Koha/Schema/Result/Discharge.pm
# once (125µs+2.86ms) by Class::C3::Componentised::ensure_class_loaded at line 66 of Koha/Schema/Result/SocialData.pm
# once (118µs+2.86ms) by Class::C3::Componentised::ensure_class_loaded at line 63 of Koha/Schema/Result/Aqcontract.pm
# once (140µs+2.80ms) by Class::C3::Componentised::ensure_class_loaded at line 74 of Koha/Schema/Result/MarcTagStructure.pm
# once (103µs+2.84ms) by Class::C3::Componentised::ensure_class_loaded at line 71 of Koha/Schema/Result/Notify.pm
# once (124µs+2.78ms) by Class::C3::Componentised::ensure_class_loaded at line 73 of Koha/Schema/Result/MatchpointComponent.pm
# once (92µs+2.80ms) by Class::C3::Componentised::ensure_class_loaded at line 59 of Koha/Schema/Result/Fieldmapping.pm
# once (152µs+2.66ms) by Class::C3::Componentised::ensure_class_loaded at line 94 of Koha/Schema/Result/Biblio.pm
# once (89µs+2.71ms) by Class::C3::Componentised::ensure_class_loaded at line 55 of Koha/Schema/Result/Browser.pm
# once (109µs+2.68ms) by Class::C3::Componentised::ensure_class_loaded at line 62 of Koha/Schema/Result/Review.pm
# once (149µs+2.63ms) by Class::C3::Componentised::ensure_class_loaded at line 63 of Koha/Schema/Result/CourseReserve.pm
# once (112µs+2.58ms) by Class::C3::Componentised::ensure_class_loaded at line 68 of Koha/Schema/Result/Branchtransfer.pm
# once (114µs+2.57ms) by Class::C3::Componentised::ensure_class_loaded at line 65 of Koha/Schema/Result/Currency.pm
# once (102µs+2.57ms) by Class::C3::Componentised::ensure_class_loaded at line 63 of Koha/Schema/Result/TagAll.pm
# once (95µs+2.57ms) by Class::C3::Componentised::ensure_class_loaded at line 56 of Koha/Schema/Result/Systempreference.pm
# once (156µs+2.47ms) by Class::C3::Componentised::ensure_class_loaded at line 69 of Koha/Schema/Result/AqbudgetsPlanning.pm
# once (128µs+2.48ms) by Class::C3::Componentised::ensure_class_loaded at line 70 of Koha/Schema/Result/BorrowerFile.pm
# once (82µs+2.52ms) by Class::C3::Componentised::ensure_class_loaded at line 57 of Koha/Schema/Result/Collection.pm
# once (95µs+2.49ms) by Class::C3::Componentised::ensure_class_loaded at line 61 of Koha/Schema/Result/BranchTransferLimit.pm
# once (115µs+2.35ms) by Class::C3::Componentised::ensure_class_loaded at line 75 of Koha/Schema/Result/SearchHistory.pm
# once (78µs+2.37ms) by Class::C3::Componentised::ensure_class_loaded at line 47 of Koha/Schema/Result/Printer.pm
# once (79µs+2.30ms) by Class::C3::Componentised::ensure_class_loaded at line 50 of Koha/Schema/Result/SavedReport.pm
# once (133µs+2.24ms) by Class::C3::Componentised::ensure_class_loaded at line 68 of Koha/Schema/Result/AdditionalField.pm
# once (198µs+2.17ms) by Class::C3::Componentised::ensure_class_loaded at line 218 of Koha/Schema/Result/Biblioitem.pm
# once (97µs+2.24ms) by Class::C3::Componentised::ensure_class_loaded at line 52 of Koha/Schema/Result/AudioAlert.pm
# once (100µs+2.20ms) by Class::C3::Componentised::ensure_class_loaded at line 66 of Koha/Schema/Result/BorrowerMessagePreference.pm
# once (120µs+2.15ms) by Class::C3::Componentised::ensure_class_loaded at line 59 of Koha/Schema/Result/City.pm
# once (168µs+2.09ms) by Class::C3::Componentised::ensure_class_loaded at line 62 of Koha/Schema/Result/SubscriptionFrequency.pm
# once (104µs+2.08ms) by Class::C3::Componentised::ensure_class_loaded at line 71 of Koha/Schema/Result/MessageTransport.pm
# once (122µs+1.98ms) by Class::C3::Componentised::ensure_class_loaded at line 60 of Koha/Schema/Result/Accountoffset.pm
# once (118µs+1.96ms) by Class::C3::Componentised::ensure_class_loaded at line 77 of Koha/Schema/Result/SpecialHoliday.pm
# once (105µs+1.96ms) by Class::C3::Componentised::ensure_class_loaded at line 68 of Koha/Schema/Result/ReportsDictionary.pm
# once (86µs+1.91ms) by Class::C3::Componentised::ensure_class_loaded at line 52 of Koha/Schema/Result/Matchcheck.pm
# once (104µs+1.88ms) by Class::C3::Componentised::ensure_class_loaded at line 66 of Koha/Schema/Result/AuthorisedValue.pm
# once (81µs+1.90ms) by Class::C3::Componentised::ensure_class_loaded at line 59 of Koha/Schema/Result/OaiSetsMapping.pm
# once (119µs+1.83ms) by Class::C3::Componentised::ensure_class_loaded at line 86 of Koha/Schema/Result/OpacNews.pm
# once (65µs+1.87ms) by Class::C3::Componentised::ensure_class_loaded at line 58 of Koha/Schema/Result/Virtualshelfshare.pm
# once (50µs+1.88ms) by Class::C3::Componentised::ensure_class_loaded at line 45 of Koha/Schema/Result/PluginData.pm
# once (75µs+1.75ms) by Class::C3::Componentised::ensure_class_loaded at line 51 of Koha/Schema/Result/CollectionsTracking.pm
# once (153µs+1.66ms) by Class::C3::Componentised::ensure_class_loaded at line 58 of Koha/Schema/Result/LanguageSubtagRegistry.pm
# once (92µs+1.72ms) by Class::C3::Componentised::ensure_class_loaded at line 50 of Koha/Schema/Result/Quote.pm
# once (66µs+1.72ms) by Class::C3::Componentised::ensure_class_loaded at line 54 of Koha/Schema/Result/ClassSource.pm
# once (86µs+1.69ms) by Class::C3::Componentised::ensure_class_loaded at line 51 of Koha/Schema/Result/Subscriptionroutinglist.pm
# once (86µs+1.64ms) by Class::C3::Componentised::ensure_class_loaded at line 56 of Koha/Schema/Result/Biblioimage.pm
# once (80µs+1.57ms) by Class::C3::Componentised::ensure_class_loaded at line 52 of Koha/Schema/Result/AdditionalFieldValue.pm
# once (102µs+1.55ms) by Class::C3::Componentised::ensure_class_loaded at line 77 of Koha/Schema/Result/PendingOfflineOperation.pm
# once (70µs+1.53ms) by Class::C3::Componentised::ensure_class_loaded at line 46 of Koha/Schema/Result/CreatorImage.pm
# once (72µs+1.50ms) by Class::C3::Componentised::ensure_class_loaded at line 47 of Koha/Schema/Result/AqordersTransfer.pm
# once (105µs+1.47ms) by Class::C3::Componentised::ensure_class_loaded at line 75 of Koha/Schema/Result/MiscFile.pm
# once (82µs+1.46ms) by Class::C3::Componentised::ensure_class_loaded at line 57 of Koha/Schema/Result/ImportAuth.pm
# once (58µs+1.44ms) by Class::C3::Componentised::ensure_class_loaded at line 46 of Koha/Schema/Result/OaiSet.pm
# once (66µs+1.40ms) by Class::C3::Componentised::ensure_class_loaded at line 47 of Koha/Schema/Result/MessageAttribute.pm
# once (82µs+1.37ms) by Class::C3::Componentised::ensure_class_loaded at line 46 of Koha/Schema/Result/PatronListPatron.pm
# once (86µs+1.30ms) by Class::C3::Componentised::ensure_class_loaded at line 60 of Koha/Schema/Result/Virtualshelfcontent.pm
# once (52µs+1.33ms) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/LanguageScriptBidi.pm
# once (128µs+1.22ms) by Class::C3::Componentised::ensure_class_loaded at line 138 of Koha/Schema/Result/Reserve.pm
# once (118µs+1.18ms) by Class::C3::Componentised::ensure_class_loaded at line 135 of Koha/Schema/Result/AuthSubfieldStructure.pm
# once (90µs+1.20ms) by Class::C3::Componentised::ensure_class_loaded at line 82 of Koha/Schema/Result/Letter.pm
# once (92µs+1.18ms) by Class::C3::Componentised::ensure_class_loaded at line 79 of Koha/Schema/Result/CourseItem.pm
# once (68µs+1.20ms) by Class::C3::Componentised::ensure_class_loaded at line 58 of Koha/Schema/Result/ItemCirculationAlertPreference.pm
# once (58µs+1.15ms) by Class::C3::Componentised::ensure_class_loaded at line 60 of Koha/Schema/Result/Linktracker.pm
# once (67µs+1.13ms) by Class::C3::Componentised::ensure_class_loaded at line 53 of Koha/Schema/Result/Matchpoint.pm
# once (92µs+1.10ms) by Class::C3::Componentised::ensure_class_loaded at line 54 of Koha/Schema/Result/AuthType.pm
# once (55µs+1.09ms) by Class::C3::Componentised::ensure_class_loaded at line 59 of Koha/Schema/Result/ItemsSearchField.pm
# once (46µs+1.08ms) by Class::C3::Componentised::ensure_class_loaded at line 54 of Koha/Schema/Result/TransportCost.pm
# once (48µs+1.05ms) by Class::C3::Componentised::ensure_class_loaded at line 41 of Koha/Schema/Result/ServicesThrottle.pm
# once (62µs+1.03ms) by Class::C3::Componentised::ensure_class_loaded at line 54 of Koha/Schema/Result/Alert.pm
# once (82µs+1.00ms) by Class::C3::Componentised::ensure_class_loaded at line 58 of Koha/Schema/Result/LanguageDescription.pm
# once (55µs+1.02ms) by Class::C3::Componentised::ensure_class_loaded at line 53 of Koha/Schema/Result/ItemsLastBorrower.pm
# once (63µs+1.01ms) by Class::C3::Componentised::ensure_class_loaded at line 56 of Koha/Schema/Result/DefaultBranchCircRule.pm
# once (53µs+1.01ms) by Class::C3::Componentised::ensure_class_loaded at line 61 of Koha/Schema/Result/MarcMatcher.pm
# once (50µs+992µs) by Class::C3::Componentised::ensure_class_loaded at line 41 of Koha/Schema/Result/Tag.pm
# once (70µs+951µs) by Class::C3::Componentised::ensure_class_loaded at line 68 of Koha/Schema/Result/RepeatableHoliday.pm
# once (63µs+958µs) by Class::C3::Componentised::ensure_class_loaded at line 52 of Koha/Schema/Result/Rating.pm
# once (69µs+941µs) by Class::C3::Componentised::ensure_class_loaded at line 59 of Koha/Schema/Result/HoldFillTarget.pm
# once (42µs+947µs) by Class::C3::Componentised::ensure_class_loaded at line 46 of Koha/Schema/Result/PatronList.pm
# once (72µs+916µs) by Class::C3::Componentised::ensure_class_loaded at line 52 of Koha/Schema/Result/BranchBorrowerCircRule.pm
# once (44µs+943µs) by Class::C3::Componentised::ensure_class_loaded at line 47 of Koha/Schema/Result/ClassSortRule.pm
# once (93µs+863µs) by Class::C3::Componentised::ensure_class_loaded at line 106 of Koha/Schema/Result/Issue.pm
# once (60µs+887µs) by Class::C3::Componentised::ensure_class_loaded at line 42 of Koha/Schema/Result/CategoriesBranch.pm
# once (93µs+852µs) by Class::C3::Componentised::ensure_class_loaded at line 94 of Koha/Schema/Result/Deletedbiblio.pm
# once (56µs+776µs) by Class::C3::Componentised::ensure_class_loaded at line 48 of Koha/Schema/Result/MatchpointComponentNorm.pm
# once (75µs+738µs) by Class::C3::Componentised::ensure_class_loaded at line 53 of Koha/Schema/Result/BorrowerAttribute.pm
# once (93µs+650µs) by Class::C3::Componentised::ensure_class_loaded at line 48 of Koha/Schema/Result/Permission.pm
# once (48µs+652µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/AqorderUser.pm
# once (54µs+629µs) by Class::C3::Componentised::ensure_class_loaded at line 41 of Koha/Schema/Result/AuthorisedValuesBranch.pm
# once (32µs+644µs) by Class::C3::Componentised::ensure_class_loaded at line 48 of Koha/Schema/Result/OverduerulesTransportType.pm
# once (49µs+615µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/OaiSetsDescription.pm
# once (72µs+509µs) by Class::C3::Componentised::ensure_class_loaded at line 67 of Koha/Schema/Result/ActionLog.pm
# once (3µs+539µs) by Class::C3::Componentised::ensure_class_loaded at line 34 of Koha/Schema/Result/Stopword.pm
# once (60µs+471µs) by Class::C3::Componentised::ensure_class_loaded at line 75 of Koha/Schema/Result/AuthTagStructure.pm
# once (35µs+486µs) by Class::C3::Componentised::ensure_class_loaded at line 39 of Koha/Schema/Result/Session.pm
# once (30µs+393µs) by Class::C3::Componentised::ensure_class_loaded at line 42 of Koha/Schema/Result/BiblioFramework.pm
# once (60µs+315µs) by Class::C3::Componentised::ensure_class_loaded at line 45 of Koha/Schema/Result/DefaultBorrowerCircRule.pm
# once (46µs+246µs) by Class::C3::Componentised::ensure_class_loaded at line 45 of Koha/Schema/Result/Patronimage.pm
# once (46µs+244µs) by Class::C3::Componentised::ensure_class_loaded at line 45 of Koha/Schema/Result/NeedMergeAuthority.pm
# once (45µs+242µs) by Class::C3::Componentised::ensure_class_loaded at line 49 of Koha/Schema/Result/UserPermission.pm
# once (46µs+231µs) by Class::C3::Componentised::ensure_class_loaded at line 46 of Koha/Schema/Result/AqordersItem.pm
# once (45µs+230µs) by Class::C3::Componentised::ensure_class_loaded at line 46 of Koha/Schema/Result/DefaultBranchItemRule.pm
# once (41µs+223µs) by Class::C3::Componentised::ensure_class_loaded at line 47 of Koha/Schema/Result/TagsIndex.pm
# once (35µs+199µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/MatcherMatchpoint.pm
# once (38µs+193µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/Aqbudgetborrower.pm
# once (39µs+181µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/Aqbasketuser.pm
# once (39µs+173µs) by Class::C3::Componentised::ensure_class_loaded at line 43 of Koha/Schema/Result/BorrowerMessageTransportPreference.pm
# once (40µs+170µs) by Class::C3::Componentised::ensure_class_loaded at line 44 of Koha/Schema/Result/Branchrelation.pm
# once (38µs+168µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/CourseInstructor.pm
# once (38µs+165µs) by Class::C3::Componentised::ensure_class_loaded at line 39 of Koha/Schema/Result/MarcModificationTemplate.pm
# once (38µs+158µs) by Class::C3::Componentised::ensure_class_loaded at line 40 of Koha/Schema/Result/Serialitem.pm
# once (38µs+156µs) by Class::C3::Componentised::ensure_class_loaded at line 39 of Koha/Schema/Result/OaiSetsBiblio.pm
# once (33µs+98µs) by Class::C3::Componentised::ensure_class_loaded at line 34 of Koha/Schema/Result/MessageTransportType.pm | ||||
28 | my ($class, @cols) = @_; | ||||
29 | 174 | 1.09ms | my $source = $class->result_source_instance; # spent 26µs making 1 call to Koha::Schema::Result::AuthHeader::result_source_instance
# spent 23µs making 1 call to Koha::Schema::Result::ItemsLastBorrower::result_source_instance
# spent 16µs making 1 call to Koha::Schema::Result::Accountline::result_source_instance
# spent 15µs making 1 call to Koha::Schema::Result::Suggestion::result_source_instance
# spent 14µs making 1 call to Koha::Schema::Result::Printer::result_source_instance
# spent 10µs making 1 call to Koha::Schema::Result::Overduerule::result_source_instance
# spent 10µs making 1 call to Koha::Schema::Result::LanguageSubtagRegistry::result_source_instance
# spent 9µs making 1 call to Koha::Schema::Result::OaiSetsDescription::result_source_instance
# spent 9µs making 1 call to Koha::Schema::Result::Deletedborrower::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::Borrower::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::BorrowerModification::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::DefaultBorrowerCircRule::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::Issue::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::Serial::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::Patronimage::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::ImportBiblio::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Subscription::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::SubscriptionNumberpattern::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::AuthType::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Statistic::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::AudioAlert::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::BorrowerAttribute::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::MarcModificationTemplateAction::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Reserve::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Aqorder::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::ColumnsSetting::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::BorrowerMessagePreference::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Branchrelation::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Currency::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Deletedbiblioitem::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::TmpHoldsqueue::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqbudgetperiod::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Biblioitem::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::PatronListPatron::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AdditionalFieldValue::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AuthSubfieldStructure::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::SavedSql::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::TagAll::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AdditionalField::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqbudget::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Deleteditem::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MarcModificationTemplate::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqbookseller::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Issuingrule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Quote::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::RepeatableHoliday::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqcontact::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Category::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Item::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MatchpointComponent::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Session::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::TagsApproval::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AqordersTransfer::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CategoriesBranch::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ImportBatch::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ImportRecord::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::NeedMergeAuthority::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OaiSetsMapping::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OpacNews::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Permission::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Virtualshelve::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqbasket::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AqbudgetsPlanning::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerAttributeTypesBranch::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerMessageTransportPreference::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Collection::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CourseItem::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CreatorTemplate::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Letter::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MessageTransportType::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Accountoffset::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqbasketuser::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AqordersItem::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerDebarment::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CollectionsTracking::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Course::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CourseReserve::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CreatorLayout::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Deletedbiblio::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ExportFormat::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ItemsSearchField::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MarcSubfieldStructure::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MatchpointComponentNorm::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OldIssue::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Review::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::SearchHistory::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::UploadedFile::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::UserPermission::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Zebraqueue::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqinvoice::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerSync::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Branch::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::DefaultBranchCircRule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::DefaultBranchItemRule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MarcMatcher::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Matchpoint::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MiscFile::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OaiSetsBiblio::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OldReserve::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::SocialData::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Userflag::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Virtualshelfcontent::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Virtualshelfshare::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ActionLog::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AuthorisedValuesBranch::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerFile::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BranchBorrowerCircRule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CourseInstructor::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CreatorImage::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Fieldmapping::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::HoldFillTarget::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::LanguageRfc4646ToIso639::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::LanguageScriptMapping::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Linktracker::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Matchcheck::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MessageQueue::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ReportsDictionary::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Subscriptionhistory::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Z3950server::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqbasketgroup::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AuthorisedValue::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerAttributeType::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BranchTransferLimit::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::CreatorBatch::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::DefaultCircRule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Discharge::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ImportAuth::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ImportItem::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ItemCirculationAlertPreference::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Itemtype::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::LanguageScriptBidi::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MarcTagStructure::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Message::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MessageTransport::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::PendingOfflineOperation::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::SubscriptionFrequency::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::TagsIndex::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::ActionLogs::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Aqbudgetborrower::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::AuthTagStructure::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::BiblioFramework::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::BranchItemRule::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Branchcategory::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::ClassSortRule::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::ClassSource::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::LanguageDescription::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::MessageAttribute::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Notify::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::OverduerulesTransportType::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Rating::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Serialitem::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::SpecialHoliday::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Subscriptionroutinglist::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Aqcontract::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::AqorderUser::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Biblioimage::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Browser::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::City::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::ImportRecordMatch::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Localization::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::OaiSet::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Systempreference::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Tag::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::TransportCost::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Biblio::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::MatcherMatchpoint::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::PatronList::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::PrintersProfile::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::SavedReport::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::ServicesThrottle::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Branchtransfer::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Alert::result_source_instance
# spent 600ns making 1 call to Koha::Schema::Result::PluginData::result_source_instance
# spent 200ns making 1 call to Koha::Schema::Result::Stopword::result_source_instance | ||
30 | 174 | 17.4ms | $source->add_columns(@cols); # spent 17.4ms making 174 calls to DBIx::Class::ResultSource::add_columns, avg 100µs/call | ||
31 | foreach my $c (grep { !ref } @cols) { | ||||
32 | # If this is an augment definition get the real colname. | ||||
33 | 1602 | 1.31ms | $c =~ s/^\+//; # spent 1.31ms making 1602 calls to DBIx::Class::ResultSourceProxy::CORE:subst, avg 820ns/call | ||
34 | |||||
35 | 3204 | 587ms | $class->register_column($c => $source->column_info($c)); # spent 581ms making 1602 calls to DBIx::Class::Row::register_column, avg 363µs/call
# spent 5.45ms making 1602 calls to DBIx::Class::ResultSource::column_info, avg 3µs/call | ||
36 | } | ||||
37 | } | ||||
38 | |||||
39 | sub add_column { shift->add_columns(@_) } | ||||
40 | |||||
41 | |||||
42 | # spent 112ms (5.27+106) within DBIx::Class::ResultSourceProxy::add_relationship which was called 319 times, avg 350µs/call:
# 164 times (3.07ms+66.0ms) by DBIx::Class::Relationship::BelongsTo::belongs_to at line 97 of DBIx/Class/Relationship/BelongsTo.pm, avg 421µs/call
# 144 times (2.08ms+39.1ms) by DBIx::Class::Relationship::HasMany::has_many at line 50 of DBIx/Class/Relationship/HasMany.pm, avg 286µs/call
# 11 times (117µs+1.31ms) by DBIx::Class::Relationship::HasOne::_has_one at line 82 of DBIx/Class/Relationship/HasOne.pm, avg 129µs/call | ||||
43 | my ($class, $rel, @rest) = @_; | ||||
44 | 319 | 2.08ms | my $source = $class->result_source_instance; # spent 261µs making 36 calls to Koha::Schema::Result::Borrower::result_source_instance, avg 7µs/call
# spent 142µs making 21 calls to Koha::Schema::Result::Branch::result_source_instance, avg 7µs/call
# spent 96µs making 16 calls to Koha::Schema::Result::Item::result_source_instance, avg 6µs/call
# spent 68µs making 11 calls to Koha::Schema::Result::Biblio::result_source_instance, avg 6µs/call
# spent 62µs making 5 calls to Koha::Schema::Result::Aqbudget::result_source_instance, avg 12µs/call
# spent 54µs making 9 calls to Koha::Schema::Result::Aqorder::result_source_instance, avg 6µs/call
# spent 48µs making 5 calls to Koha::Schema::Result::Category::result_source_instance, avg 10µs/call
# spent 45µs making 7 calls to Koha::Schema::Result::Aqbookseller::result_source_instance, avg 6µs/call
# spent 34µs making 5 calls to Koha::Schema::Result::MessageTransportType::result_source_instance, avg 7µs/call
# spent 34µs making 5 calls to Koha::Schema::Result::ImportRecord::result_source_instance, avg 7µs/call
# spent 34µs making 5 calls to Koha::Schema::Result::Matchpoint::result_source_instance, avg 7µs/call
# spent 34µs making 6 calls to Koha::Schema::Result::Aqbasket::result_source_instance, avg 6µs/call
# spent 32µs making 4 calls to Koha::Schema::Result::Subscription::result_source_instance, avg 8µs/call
# spent 31µs making 6 calls to Koha::Schema::Result::Reserve::result_source_instance, avg 5µs/call
# spent 27µs making 5 calls to Koha::Schema::Result::Issue::result_source_instance, avg 5µs/call
# spent 23µs making 2 calls to Koha::Schema::Result::AuthorisedValue::result_source_instance, avg 11µs/call
# spent 23µs making 4 calls to Koha::Schema::Result::BorrowerMessagePreference::result_source_instance, avg 6µs/call
# spent 21µs making 3 calls to Koha::Schema::Result::OaiSet::result_source_instance, avg 7µs/call
# spent 21µs making 4 calls to Koha::Schema::Result::HoldFillTarget::result_source_instance, avg 5µs/call
# spent 21µs making 3 calls to Koha::Schema::Result::MarcMatcher::result_source_instance, avg 7µs/call
# spent 20µs making 3 calls to Koha::Schema::Result::Branchtransfer::result_source_instance, avg 7µs/call
# spent 20µs making 3 calls to Koha::Schema::Result::CourseItem::result_source_instance, avg 7µs/call
# spent 19µs making 2 calls to Koha::Schema::Result::Permission::result_source_instance, avg 10µs/call
# spent 19µs making 3 calls to Koha::Schema::Result::Biblioitem::result_source_instance, avg 6µs/call
# spent 19µs making 3 calls to Koha::Schema::Result::Virtualshelve::result_source_instance, avg 6µs/call
# spent 19µs making 2 calls to Koha::Schema::Result::TagsApproval::result_source_instance, avg 9µs/call
# spent 18µs making 3 calls to Koha::Schema::Result::Aqinvoice::result_source_instance, avg 6µs/call
# spent 18µs making 2 calls to Koha::Schema::Result::PatronList::result_source_instance, avg 9µs/call
# spent 17µs making 3 calls to Koha::Schema::Result::Matchcheck::result_source_instance, avg 6µs/call
# spent 17µs making 3 calls to Koha::Schema::Result::MessageTransport::result_source_instance, avg 6µs/call
# spent 17µs making 3 calls to Koha::Schema::Result::CreatorBatch::result_source_instance, avg 6µs/call
# spent 17µs making 3 calls to Koha::Schema::Result::Virtualshelfcontent::result_source_instance, avg 6µs/call
# spent 16µs making 1 call to Koha::Schema::Result::AdditionalFieldValue::result_source_instance
# spent 16µs making 2 calls to Koha::Schema::Result::Virtualshelfshare::result_source_instance, avg 8µs/call
# spent 15µs making 3 calls to Koha::Schema::Result::OldReserve::result_source_instance, avg 5µs/call
# spent 14µs making 2 calls to Koha::Schema::Result::MessageAttribute::result_source_instance, avg 7µs/call
# spent 14µs making 2 calls to Koha::Schema::Result::BorrowerAttributeType::result_source_instance, avg 7µs/call
# spent 14µs making 2 calls to Koha::Schema::Result::UserPermission::result_source_instance, avg 7µs/call
# spent 14µs making 2 calls to Koha::Schema::Result::Itemtype::result_source_instance, avg 7µs/call
# spent 13µs making 2 calls to Koha::Schema::Result::AuthType::result_source_instance, avg 7µs/call
# spent 13µs making 2 calls to Koha::Schema::Result::Currency::result_source_instance, avg 7µs/call
# spent 13µs making 2 calls to Koha::Schema::Result::Aqcontract::result_source_instance, avg 6µs/call
# spent 13µs making 2 calls to Koha::Schema::Result::Course::result_source_instance, avg 6µs/call
# spent 13µs making 2 calls to Koha::Schema::Result::Letter::result_source_instance, avg 6µs/call
# spent 13µs making 2 calls to Koha::Schema::Result::CourseReserve::result_source_instance, avg 6µs/call
# spent 13µs making 2 calls to Koha::Schema::Result::BorrowerAttributeTypesBranch::result_source_instance, avg 6µs/call
# spent 12µs making 2 calls to Koha::Schema::Result::Aqbasketgroup::result_source_instance, avg 6µs/call
# spent 12µs making 2 calls to Koha::Schema::Result::MatchpointComponent::result_source_instance, avg 6µs/call
# spent 12µs making 2 calls to Koha::Schema::Result::CategoriesBranch::result_source_instance, avg 6µs/call
# spent 12µs making 2 calls to Koha::Schema::Result::PatronListPatron::result_source_instance, avg 6µs/call
# spent 12µs making 2 calls to Koha::Schema::Result::Branchrelation::result_source_instance, avg 6µs/call
# spent 12µs making 2 calls to Koha::Schema::Result::BorrowerMessageTransportPreference::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::Aqbudgetborrower::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::AqordersTransfer::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::AuthorisedValuesBranch::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::ItemsLastBorrower::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::MatcherMatchpoint::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::MessageQueue::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::OldIssue::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::BranchItemRule::result_source_instance, avg 6µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::BranchBorrowerCircRule::result_source_instance, avg 5µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::OverduerulesTransportType::result_source_instance, avg 5µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::Serialitem::result_source_instance, avg 5µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::Aqbasketuser::result_source_instance, avg 5µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::BorrowerAttribute::result_source_instance, avg 5µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::Subscriptionroutinglist::result_source_instance, avg 5µs/call
# spent 11µs making 2 calls to Koha::Schema::Result::TransportCost::result_source_instance, avg 5µs/call
# spent 10µs making 2 calls to Koha::Schema::Result::Review::result_source_instance, avg 5µs/call
# spent 10µs making 2 calls to Koha::Schema::Result::Rating::result_source_instance, avg 5µs/call
# spent 10µs making 2 calls to Koha::Schema::Result::OpacNews::result_source_instance, avg 5µs/call
# spent 10µs making 2 calls to Koha::Schema::Result::TagAll::result_source_instance, avg 5µs/call
# spent 10µs making 2 calls to Koha::Schema::Result::AqorderUser::result_source_instance, avg 5µs/call
# spent 10µs making 2 calls to Koha::Schema::Result::TagsIndex::result_source_instance, avg 5µs/call
# spent 10µs making 2 calls to Koha::Schema::Result::Accountline::result_source_instance, avg 5µs/call
# spent 8µs making 1 call to Koha::Schema::Result::DefaultBorrowerCircRule::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::Branchcategory::result_source_instance
# spent 8µs making 1 call to Koha::Schema::Result::Serial::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::Userflag::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::ImportBatch::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::ImportRecordMatch::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::MarcModificationTemplateAction::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::SubscriptionNumberpattern::result_source_instance
# spent 7µs making 1 call to Koha::Schema::Result::SubscriptionFrequency::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Accountoffset::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MarcModificationTemplate::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::DefaultBranchItemRule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ImportBiblio::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::MatchpointComponentNorm::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AdditionalField::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ClassSortRule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ImportItem::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OaiSetsMapping::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AqbudgetsPlanning::result_source_instance
# spent 6µs making 2 calls to Koha::Schema::Result::CourseInstructor::result_source_instance, avg 3µs/call
# spent 6µs making 1 call to Koha::Schema::Result::ImportAuth::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OaiSetsBiblio::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AuthSubfieldStructure::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ClassSource::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::OaiSetsDescription::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Overduerule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Aqcontact::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Collection::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Discharge::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::ItemsSearchField::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerDebarment::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerSync::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::BorrowerFile::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::DefaultBranchCircRule::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Patronimage::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::AqordersItem::result_source_instance
# spent 6µs making 1 call to Koha::Schema::Result::Biblioimage::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::Suggestion::result_source_instance
# spent 5µs making 1 call to Koha::Schema::Result::AuthTagStructure::result_source_instance | ||
45 | 319 | 10.3ms | $source->add_relationship($rel => @rest); # spent 10.3ms making 319 calls to DBIx::Class::ResultSource::add_relationship, avg 32µs/call | ||
46 | 638 | 94.1ms | $class->register_relationship($rel => $source->relationship_info($rel)); # spent 93.6ms making 319 calls to DBIx::Class::Relationship::Accessor::register_relationship, avg 293µs/call
# spent 521µs making 319 calls to DBIx::Class::ResultSource::relationship_info, avg 2µs/call | ||
47 | } | ||||
48 | |||||
49 | |||||
50 | # legacy resultset_class accessor, seems to be used by cdbi only | ||||
51 | sub iterator_class { shift->result_source_instance->resultset_class(@_) } | ||||
52 | |||||
53 | for my $method_to_proxy (qw/ | ||||
54 | source_info | ||||
55 | result_class | ||||
56 | resultset_class | ||||
57 | resultset_attributes | ||||
58 | |||||
59 | columns | ||||
60 | has_column | ||||
61 | |||||
62 | remove_column | ||||
63 | remove_columns | ||||
64 | |||||
65 | column_info | ||||
66 | columns_info | ||||
67 | column_info_from_storage | ||||
68 | |||||
69 | set_primary_key | ||||
70 | primary_columns | ||||
71 | sequence | ||||
72 | |||||
73 | add_unique_constraint | ||||
74 | add_unique_constraints | ||||
75 | |||||
76 | unique_constraints | ||||
77 | unique_constraint_names | ||||
78 | unique_constraint_columns | ||||
79 | |||||
80 | relationships | ||||
81 | relationship_info | ||||
82 | has_relationship | ||||
83 | /) { | ||||
84 | 22 | 1.22ms | quote_sub __PACKAGE__."::$method_to_proxy", sprintf( <<'EOC', $method_to_proxy ); # spent 1.22ms making 22 calls to Sub::Quote::quote_sub, avg 55µs/call | ||
85 | DBIx::Class::_ENV_::ASSERT_NO_INTERNAL_INDIRECT_CALLS and DBIx::Class::_Util::fail_on_internal_call; | ||||
86 | shift->result_source_instance->%s (@_); | ||||
87 | EOC | ||||
88 | |||||
89 | } | ||||
90 | |||||
91 | 1 | 112µs | 1; # spent 112µs making 1 call to B::Hooks::EndOfScope::XS::__ANON__ | ||
# spent 1.31ms within DBIx::Class::ResultSourceProxy::CORE:subst which was called 1602 times, avg 820ns/call:
# 1602 times (1.31ms+0s) by DBIx::Class::ResultSourceProxy::add_columns at line 33, avg 820ns/call |