profile-viewer 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/dist/136.4ad3301b8aacf759ea70.bundle.js +2 -0
  3. data/dist/136.4ad3301b8aacf759ea70.bundle.js.map +1 -0
  4. data/dist/171.621b9df5978342be5662.bundle.js +2 -0
  5. data/dist/171.621b9df5978342be5662.bundle.js.map +1 -0
  6. data/dist/18a5d1d99f1c65c33b71.png +0 -0
  7. data/dist/1ddbc3ce40af8c7a648b.svg +6 -0
  8. data/dist/280.b4210a48e650408000c3.bundle.js +2 -0
  9. data/dist/280.b4210a48e650408000c3.bundle.js.map +1 -0
  10. data/dist/556.2be67a37a0c61fdc2485.bundle.js +2 -0
  11. data/dist/{914.b9bc213d93173ce6b0cb.bundle.js.map → 556.2be67a37a0c61fdc2485.bundle.js.map} +1 -1
  12. data/dist/874.2a087b9b5a296a9c3fcd.bundle.js +2 -0
  13. data/dist/874.2a087b9b5a296a9c3fcd.bundle.js.map +1 -0
  14. data/dist/d6df0017c0241dfe86ff.svg +6 -0
  15. data/dist/docs/_sidebar.md +1 -0
  16. data/dist/docs/advanced-topics.md +1 -0
  17. data/dist/docs/async-posix-signal-control.md +102 -0
  18. data/dist/docs/guide-startup-shutdown.md +7 -7
  19. data/dist/docs/js/init.js +1 -1
  20. data/dist/index.html +1 -1
  21. data/dist/locales/be/app.ftl +21 -3
  22. data/dist/locales/de/app.ftl +109 -3
  23. data/dist/locales/el/app.ftl +110 -4
  24. data/dist/locales/en-CA/app.ftl +1125 -0
  25. data/dist/locales/en-GB/app.ftl +110 -4
  26. data/dist/locales/en-US/app.ftl +123 -6
  27. data/dist/locales/es-CL/app.ftl +110 -4
  28. data/dist/locales/fr/app.ftl +66 -4
  29. data/dist/locales/fur/app.ftl +1093 -0
  30. data/dist/locales/fy-NL/app.ftl +109 -3
  31. data/dist/locales/ia/app.ftl +109 -3
  32. data/dist/locales/it/app.ftl +109 -3
  33. data/dist/locales/kab/app.ftl +32 -2
  34. data/dist/locales/nl/app.ftl +110 -4
  35. data/dist/locales/pt-BR/app.ftl +111 -5
  36. data/dist/locales/ru/app.ftl +109 -3
  37. data/dist/locales/sv-SE/app.ftl +109 -3
  38. data/dist/locales/tr/app.ftl +907 -0
  39. data/dist/locales/uk/app.ftl +110 -4
  40. data/dist/locales/zh-CN/app.ftl +112 -6
  41. data/dist/locales/zh-TW/app.ftl +109 -3
  42. data/dist/main.ac7130d34ce3b872712a.bundle.js +201 -0
  43. data/dist/{main.fc4f388a376c68dab444.bundle.js.LICENSE.txt → main.ac7130d34ce3b872712a.bundle.js.LICENSE.txt} +1 -30
  44. data/dist/main.ac7130d34ce3b872712a.bundle.js.map +1 -0
  45. data/dist/photon/index.html +1 -1
  46. data/dist/photon/main.aafbcdad3fb08c7ae5b4.bundle.js +2 -0
  47. data/dist/photon/main.aafbcdad3fb08c7ae5b4.bundle.js.map +1 -0
  48. data/dist/sw.js +1 -1
  49. data/dist/sw.js.map +1 -1
  50. data/dist/{workbox-27b29e6f.js → workbox-e3490c72.js} +2 -2
  51. data/dist/{workbox-27b29e6f.js.map → workbox-e3490c72.js.map} +1 -1
  52. data/dist/zee-worker.js +1 -1
  53. data/ruby-bin/profile-viewer +20 -12
  54. data/ruby-bin/profile-viewer-version.rb +1 -1
  55. metadata +28 -22
  56. data/dist/119.92ddbd8a86d8c3ca559e.bundle.js +0 -2
  57. data/dist/119.92ddbd8a86d8c3ca559e.bundle.js.map +0 -1
  58. data/dist/131.c21d348572deab4ece66.bundle.js +0 -2
  59. data/dist/131.c21d348572deab4ece66.bundle.js.map +0 -1
  60. data/dist/308.4d236ce7e6451807cb54.bundle.js +0 -2
  61. data/dist/308.4d236ce7e6451807cb54.bundle.js.map +0 -1
  62. data/dist/9.32828795506af73ed4a1.bundle.js +0 -2
  63. data/dist/9.32828795506af73ed4a1.bundle.js.map +0 -1
  64. data/dist/914.b9bc213d93173ce6b0cb.bundle.js +0 -2
  65. data/dist/b45b29da558efa211628.jpg +0 -0
  66. data/dist/main.fc4f388a376c68dab444.bundle.js +0 -199
  67. data/dist/main.fc4f388a376c68dab444.bundle.js.map +0 -1
  68. data/dist/photon/main.1dffe4a955d6a0630bc4.bundle.js +0 -2
  69. data/dist/photon/main.1dffe4a955d6a0630bc4.bundle.js.map +0 -1
  70. /data/dist/{ad13da76642d8099fe70.module.wasm → 2f37d1addc2d2f5b699e.module.wasm} +0 -0
@@ -182,6 +182,46 @@ CallTree--inlining-badge = (inlined)
182
182
  ## This is the sidebar component that is used in Call Tree and Flame Graph panels.
183
183
 
184
184
  CallTreeSidebar--select-a-node = Select a node to display information about it.
185
+ CallTreeSidebar--call-node-details = Call node details
186
+
187
+ ## CallTreeSidebar timing information
188
+ ##
189
+ ## Firefox Profiler stops the execution of the program every 1ms to record the
190
+ ## stack. Only thing we know for sure is the stack at that point of time when
191
+ ## the stack is taken. We try to estimate the time spent in each function and
192
+ ## translate it to a duration. That's why we use the "traced" word here.
193
+ ## There is actually no difference between "Traced running time" and "Running
194
+ ## time" in the context of the profiler. We use "Traced" to emphasize that this
195
+ ## is an estimation where we have more space in the UI.
196
+ ##
197
+ ## "Self time" is the time spent in the function itself, excluding the time spent
198
+ ## in the functions it called. "Running time" is the time spent in the function
199
+ ## itself, including the time spent in the functions it called.
200
+
201
+ CallTreeSidebar--traced-running-time =
202
+ .label = Traced running time
203
+ CallTreeSidebar--traced-self-time =
204
+ .label = Traced self time
205
+ CallTreeSidebar--running-time =
206
+ .label = Running time
207
+ CallTreeSidebar--self-time =
208
+ .label = Self time
209
+ CallTreeSidebar--running-samples =
210
+ .label = Running samples
211
+ CallTreeSidebar--self-samples =
212
+ .label = Self samples
213
+ CallTreeSidebar--running-size =
214
+ .label = Running size
215
+ CallTreeSidebar--self-size =
216
+ .label = Self size
217
+ CallTreeSidebar--categories = Categories
218
+ CallTreeSidebar--implementation = Implementation
219
+ CallTreeSidebar--running-milliseconds = Running milliseconds
220
+ CallTreeSidebar--running-sample-count = Running sample count
221
+ CallTreeSidebar--running-bytes = Running bytes
222
+ CallTreeSidebar--self-milliseconds = Self milliseconds
223
+ CallTreeSidebar--self-sample-count = Self sample count
224
+ CallTreeSidebar--self-bytes = Self bytes
185
225
 
186
226
  ## CompareHome
187
227
  ## This is used in the page to compare two profiles.
@@ -288,7 +328,7 @@ Home--instructions-content =
288
328
  However, existing profiles can be viewed in any modern browser.
289
329
  Home--record-instructions-start-stop = Stop and start profiling
290
330
  Home--record-instructions-capture-load = Capture and load profile
291
- Home--profiler-motto = Capture a performance profile. Analyse it. Share it. Make the web faster.
331
+ Home--profiler-motto = Capture a performance profile. Analyse it. Share it. Make Ruby faster.
292
332
  Home--additional-content-title = Load existing profiles
293
333
  Home--additional-content-content = You can <strong>drag and drop</strong> a profile file here to load it, or:
294
334
  Home--compare-recordings-info = You can also compare recordings. <a>Open the comparing interface.</a>
@@ -395,8 +435,8 @@ MarkerSidebar--select-a-marker = Select a marker to display information about it
395
435
 
396
436
  MarkerTable--start = Start
397
437
  MarkerTable--duration = Duration
398
- MarkerTable--type = Type
399
- MarkerTable--description = Description
438
+ MarkerTable--name = Name
439
+ MarkerTable--details = Details
400
440
 
401
441
  ## MenuButtons
402
442
  ## These strings are used for the buttons at the top of the profile viewer.
@@ -710,6 +750,13 @@ TabBar--marker-table-tab = Marker Table
710
750
  TabBar--network-tab = Network
711
751
  TabBar--js-tracer-tab = JS Tracer
712
752
 
753
+ ## TabSelectorMenu
754
+ ## This component is a context menu that's opened when you click on the root
755
+ ## range at the top left corner for profiler analysis view. It's used to switch
756
+ ## between tabs that were captured in the profile.
757
+
758
+ TabSelectorMenu--all-tabs-and-windows = All tabs and windows
759
+
713
760
  ## TrackContextMenu
714
761
  ## This is used as a context menu for timeline to organize the tracks in the
715
762
  ## analysis UI.
@@ -726,6 +773,10 @@ TrackContextMenu--hide-other-screenshots-tracks = Hide other Screenshots tracks
726
773
  TrackContextMenu--hide-track = Hide “{ $trackName }”
727
774
  TrackContextMenu--show-all-tracks = Show all tracks
728
775
  TrackContextMenu--show-local-tracks-in-process = Show all tracks in this process
776
+ # This is used as the context menu item to hide all tracks of the selected track's type.
777
+ # Variables:
778
+ # $type (String) - Name of the type of selected track to hide.
779
+ TrackContextMenu--hide-all-tracks-by-selected-track-type = Hide all tracks of type “{ $type }”
729
780
  # This is used in the tracks context menu as a button to show all the tracks
730
781
  # that match the search filter.
731
782
  TrackContextMenu--show-all-matching-tracks = Show all matching tracks
@@ -751,7 +802,7 @@ TrackNameButton--hide-process =
751
802
 
752
803
  TrackMemoryGraph--relative-memory-at-this-time = relative memory at this time
753
804
  TrackMemoryGraph--memory-range-in-graph = memory range in graph
754
- TrackMemoryGraph--operations-since-the-previous-sample = operations since the previous sample
805
+ TrackMemoryGraph--allocations-and-deallocations-since-the-previous-sample = allocations and deallocations since the previous sample
755
806
 
756
807
  ## TrackPower
757
808
  ## This is used to show the power used by the CPU and other chips in a computer,
@@ -778,6 +829,21 @@ TrackPower--tooltip-power-watt = { $value } W
778
829
  # $value (String) - the power value at this location
779
830
  TrackPower--tooltip-power-milliwatt = { $value } mW
780
831
  .label = Power
832
+ # This is used in the tooltip when the power value uses the kilowatt unit.
833
+ # Variables:
834
+ # $value (String) - the power value at this location
835
+ TrackPower--tooltip-average-power-kilowatt = { $value } kW
836
+ .label = Average power in the current selection
837
+ # This is used in the tooltip when the power value uses the watt unit.
838
+ # Variables:
839
+ # $value (String) - the power value at this location
840
+ TrackPower--tooltip-average-power-watt = { $value } W
841
+ .label = Average power in the current selection
842
+ # This is used in the tooltip when the instant power value uses the milliwatt unit.
843
+ # Variables:
844
+ # $value (String) - the power value at this location
845
+ TrackPower--tooltip-average-power-milliwatt = { $value } mW
846
+ .label = Average power in the current selection
781
847
  # This is used in the tooltip when the energy used in the current range uses the
782
848
  # kilowatt-hour unit.
783
849
  # Variables:
@@ -835,6 +901,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
835
901
  TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
836
902
  .label = Energy used in the current selection
837
903
 
904
+ ## TrackBandwidth
905
+ ## This is used to show how much data was transfered over time.
906
+ ## For the strings in this group, the carbon dioxide equivalent is estimated
907
+ ## from the amount of data transfered.
908
+ ## The carbon dioxide equivalent represents the equivalent amount
909
+ ## of CO₂ to achieve the same level of global warming potential.
910
+
911
+ # This is used in the tooltip of the bandwidth track.
912
+ # Variables:
913
+ # $value (String) - the value for the data transfer speed.
914
+ # Will contain the unit (eg. B, KB, MB)
915
+ TrackBandwidthGraph--speed = { $value } per second
916
+ .label = Transfer speed for this sample
917
+ # This is used in the tooltip of the bandwidth track.
918
+ # Variables:
919
+ # $value (String) - how many read or write operations were performed since the previous sample
920
+ TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
921
+ .label = read/write operations since the previous sample
922
+ # This is used in the tooltip of the bandwidth track.
923
+ # Variables:
924
+ # $value (String) - the total of transfered data until the hovered time.
925
+ # Will contain the unit (eg. B, KB, MB)
926
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
927
+ TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
928
+ .label = Data transferred up to this time
929
+ # This is used in the tooltip of the bandwidth track.
930
+ # Variables:
931
+ # $value (String) - the total of transfered data during the visible time range.
932
+ # Will contain the unit (eg. B, KB, MB)
933
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
934
+ TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
935
+ .label = Data transferred in the visible range
936
+ # This is used in the tooltip of the bandwidth track when a range is selected.
937
+ # Variables:
938
+ # $value (String) - the total of transfered data during the selected time range.
939
+ # Will contain the unit (eg. B, KB, MB)
940
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
941
+ TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
942
+ .label = Data transferred in the current selection
943
+
838
944
  ## TrackSearchField
839
945
  ## The component that is used for the search input in the track context menu.
840
946
 
@@ -13,14 +13,14 @@
13
13
 
14
14
  -firefox-brand-name = Firefox
15
15
  -firefox-android-brand-name = Firefox for Android
16
- -profiler-brand-name = Firefox Profiler
16
+ -profiler-brand-name = Vernier Profiler
17
17
  -profiler-brand-short-name = Profiler
18
18
  -firefox-nightly-brand-name = Firefox Nightly
19
19
 
20
20
  ## AppHeader
21
21
  ## This is used at the top of the homepage and other content pages.
22
22
 
23
- AppHeader--app-header = <header>{ -profiler-brand-name }</header> — <subheader>Web app for { -firefox-brand-name } performance analysis</subheader>
23
+ AppHeader--app-header = <header>{ -profiler-brand-name }</header> — <subheader>Web app for Ruby performance analysis</subheader>
24
24
  AppHeader--github-icon =
25
25
  .title = Go to our Git repository (this opens in a new window)
26
26
 
@@ -189,6 +189,49 @@ CallTree--inlining-badge = (inlined)
189
189
  ## This is the sidebar component that is used in Call Tree and Flame Graph panels.
190
190
 
191
191
  CallTreeSidebar--select-a-node = Select a node to display information about it.
192
+ CallTreeSidebar--call-node-details = Call node details
193
+
194
+ ## CallTreeSidebar timing information
195
+ ##
196
+ ## Firefox Profiler stops the execution of the program every 1ms to record the
197
+ ## stack. Only thing we know for sure is the stack at that point of time when
198
+ ## the stack is taken. We try to estimate the time spent in each function and
199
+ ## translate it to a duration. That's why we use the "traced" word here.
200
+ ## There is actually no difference between "Traced running time" and "Running
201
+ ## time" in the context of the profiler. We use "Traced" to emphasize that this
202
+ ## is an estimation where we have more space in the UI.
203
+ ##
204
+ ## "Self time" is the time spent in the function itself, excluding the time spent
205
+ ## in the functions it called. "Running time" is the time spent in the function
206
+ ## itself, including the time spent in the functions it called.
207
+
208
+ CallTreeSidebar--traced-running-time =
209
+ .label = Traced running time
210
+ CallTreeSidebar--traced-self-time =
211
+ .label = Traced self time
212
+ CallTreeSidebar--running-time =
213
+ .label = Running time
214
+ CallTreeSidebar--self-time =
215
+ .label = Self time
216
+ CallTreeSidebar--running-samples =
217
+ .label = Running samples
218
+ CallTreeSidebar--self-samples =
219
+ .label = Self samples
220
+ CallTreeSidebar--running-size =
221
+ .label = Running size
222
+ CallTreeSidebar--self-size =
223
+ .label = Self size
224
+
225
+ CallTreeSidebar--categories = Categories
226
+ CallTreeSidebar--implementation = Implementation
227
+
228
+ CallTreeSidebar--running-milliseconds = Running milliseconds
229
+ CallTreeSidebar--running-sample-count = Running sample count
230
+ CallTreeSidebar--running-bytes = Running bytes
231
+
232
+ CallTreeSidebar--self-milliseconds = Self milliseconds
233
+ CallTreeSidebar--self-sample-count = Self sample count
234
+ CallTreeSidebar--self-bytes = Self bytes
192
235
 
193
236
  ## CompareHome
194
237
  ## This is used in the page to compare two profiles.
@@ -305,7 +348,7 @@ Home--instructions-content =
305
348
 
306
349
  Home--record-instructions-start-stop = Stop and start profiling
307
350
  Home--record-instructions-capture-load = Capture and load profile
308
- Home--profiler-motto = Capture a performance profile. Analyze it. Share it. Make the web faster.
351
+ Home--profiler-motto = Capture a performance profile. Analyze it. Share it. Make Ruby faster.
309
352
  Home--additional-content-title = Load existing profiles
310
353
  Home--additional-content-content = You can <strong>drag and drop</strong> a profile file here to load it, or:
311
354
  Home--compare-recordings-info = You can also compare recordings. <a>Open the comparing interface.</a>
@@ -427,8 +470,8 @@ MarkerSidebar--select-a-marker = Select a marker to display information about it
427
470
 
428
471
  MarkerTable--start = Start
429
472
  MarkerTable--duration = Duration
430
- MarkerTable--type = Type
431
- MarkerTable--description = Description
473
+ MarkerTable--name = Name
474
+ MarkerTable--details = Details
432
475
 
433
476
  ## MenuButtons
434
477
  ## These strings are used for the buttons at the top of the profile viewer.
@@ -764,6 +807,13 @@ TabBar--marker-table-tab = Marker Table
764
807
  TabBar--network-tab = Network
765
808
  TabBar--js-tracer-tab = JS Tracer
766
809
 
810
+ ## TabSelectorMenu
811
+ ## This component is a context menu that's opened when you click on the root
812
+ ## range at the top left corner for profiler analysis view. It's used to switch
813
+ ## between tabs that were captured in the profile.
814
+
815
+ TabSelectorMenu--all-tabs-and-windows = All tabs and windows
816
+
767
817
  ## TrackContextMenu
768
818
  ## This is used as a context menu for timeline to organize the tracks in the
769
819
  ## analysis UI.
@@ -783,6 +833,11 @@ TrackContextMenu--hide-track = Hide “{ $trackName }”
783
833
  TrackContextMenu--show-all-tracks = Show all tracks
784
834
  TrackContextMenu--show-local-tracks-in-process = Show all tracks in this process
785
835
 
836
+ # This is used as the context menu item to hide all tracks of the selected track's type.
837
+ # Variables:
838
+ # $type (String) - Name of the type of selected track to hide.
839
+ TrackContextMenu--hide-all-tracks-by-selected-track-type = Hide all tracks of type “{ $type }”
840
+
786
841
  # This is used in the tracks context menu as a button to show all the tracks
787
842
  # that match the search filter.
788
843
  TrackContextMenu--show-all-matching-tracks = Show all matching tracks
@@ -811,7 +866,7 @@ TrackNameButton--hide-process =
811
866
 
812
867
  TrackMemoryGraph--relative-memory-at-this-time = relative memory at this time
813
868
  TrackMemoryGraph--memory-range-in-graph = memory range in graph
814
- TrackMemoryGraph--operations-since-the-previous-sample = operations since the previous sample
869
+ TrackMemoryGraph--allocations-and-deallocations-since-the-previous-sample = allocations and deallocations since the previous sample
815
870
 
816
871
  ## TrackPower
817
872
  ## This is used to show the power used by the CPU and other chips in a computer,
@@ -841,6 +896,24 @@ TrackPower--tooltip-power-watt = { $value } W
841
896
  TrackPower--tooltip-power-milliwatt = { $value } mW
842
897
  .label = Power
843
898
 
899
+ # This is used in the tooltip when the power value uses the kilowatt unit.
900
+ # Variables:
901
+ # $value (String) - the power value at this location
902
+ TrackPower--tooltip-average-power-kilowatt = { $value } kW
903
+ .label = Average power in the current selection
904
+
905
+ # This is used in the tooltip when the power value uses the watt unit.
906
+ # Variables:
907
+ # $value (String) - the power value at this location
908
+ TrackPower--tooltip-average-power-watt = { $value } W
909
+ .label = Average power in the current selection
910
+
911
+ # This is used in the tooltip when the instant power value uses the milliwatt unit.
912
+ # Variables:
913
+ # $value (String) - the power value at this location
914
+ TrackPower--tooltip-average-power-milliwatt = { $value } mW
915
+ .label = Average power in the current selection
916
+
844
917
  # This is used in the tooltip when the energy used in the current range uses the
845
918
  # kilowatt-hour unit.
846
919
  # Variables:
@@ -905,6 +978,50 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
905
978
  TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
906
979
  .label = Energy used in the current selection
907
980
 
981
+ ## TrackBandwidth
982
+ ## This is used to show how much data was transfered over time.
983
+ ## For the strings in this group, the carbon dioxide equivalent is estimated
984
+ ## from the amount of data transfered.
985
+ ## The carbon dioxide equivalent represents the equivalent amount
986
+ ## of CO₂ to achieve the same level of global warming potential.
987
+
988
+ # This is used in the tooltip of the bandwidth track.
989
+ # Variables:
990
+ # $value (String) - the value for the data transfer speed.
991
+ # Will contain the unit (eg. B, KB, MB)
992
+ TrackBandwidthGraph--speed = { $value } per second
993
+ .label = Transfer speed for this sample
994
+
995
+ # This is used in the tooltip of the bandwidth track.
996
+ # Variables:
997
+ # $value (String) - how many read or write operations were performed since the previous sample
998
+ TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
999
+ .label = read/write operations since the previous sample
1000
+
1001
+ # This is used in the tooltip of the bandwidth track.
1002
+ # Variables:
1003
+ # $value (String) - the total of transfered data until the hovered time.
1004
+ # Will contain the unit (eg. B, KB, MB)
1005
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
1006
+ TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
1007
+ .label = Data transferred up to this time
1008
+
1009
+ # This is used in the tooltip of the bandwidth track.
1010
+ # Variables:
1011
+ # $value (String) - the total of transfered data during the visible time range.
1012
+ # Will contain the unit (eg. B, KB, MB)
1013
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
1014
+ TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
1015
+ .label = Data transferred in the visible range
1016
+
1017
+ # This is used in the tooltip of the bandwidth track when a range is selected.
1018
+ # Variables:
1019
+ # $value (String) - the total of transfered data during the selected time range.
1020
+ # Will contain the unit (eg. B, KB, MB)
1021
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
1022
+ TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
1023
+ .label = Data transferred in the current selection
1024
+
908
1025
  ## TrackSearchField
909
1026
  ## The component that is used for the search input in the track context menu.
910
1027
 
@@ -23,7 +23,7 @@
23
23
  ## AppHeader
24
24
  ## This is used at the top of the homepage and other content pages.
25
25
 
26
- AppHeader--app-header = <header>{ -profiler-brand-name }</header> — <subheader>App web para el anáisis de rendimiento de { -firefox-brand-name }</subheader>
26
+ AppHeader--app-header = <header>{ -profiler-brand-name }</header> — <subheader>App web para el análisis de rendimiento de { -firefox-brand-name }</subheader>
27
27
  AppHeader--github-icon =
28
28
  .title = Ir a nuestro repositorio Git (se abrirá en una nueva ventana)
29
29
 
@@ -132,6 +132,46 @@ CallTree--inlining-badge = (incorporada)
132
132
  ## This is the sidebar component that is used in Call Tree and Flame Graph panels.
133
133
 
134
134
  CallTreeSidebar--select-a-node = Selecciona un nodo para mostrar información sobre él.
135
+ CallTreeSidebar--call-node-details = Detalles del nodo de llamada
136
+
137
+ ## CallTreeSidebar timing information
138
+ ##
139
+ ## Firefox Profiler stops the execution of the program every 1ms to record the
140
+ ## stack. Only thing we know for sure is the stack at that point of time when
141
+ ## the stack is taken. We try to estimate the time spent in each function and
142
+ ## translate it to a duration. That's why we use the "traced" word here.
143
+ ## There is actually no difference between "Traced running time" and "Running
144
+ ## time" in the context of the profiler. We use "Traced" to emphasize that this
145
+ ## is an estimation where we have more space in the UI.
146
+ ##
147
+ ## "Self time" is the time spent in the function itself, excluding the time spent
148
+ ## in the functions it called. "Running time" is the time spent in the function
149
+ ## itself, including the time spent in the functions it called.
150
+
151
+ CallTreeSidebar--traced-running-time =
152
+ .label = Tiempo de ejecución trazado
153
+ CallTreeSidebar--traced-self-time =
154
+ .label = Tiempo propio trazado
155
+ CallTreeSidebar--running-time =
156
+ .label = Tiempo en ejecución
157
+ CallTreeSidebar--self-time =
158
+ .label = Tiempo propio
159
+ CallTreeSidebar--running-samples =
160
+ .label = Bytes durante ejecución
161
+ CallTreeSidebar--self-samples =
162
+ .label = Muestras propias
163
+ CallTreeSidebar--running-size =
164
+ .label = Tamaño durante ejecución
165
+ CallTreeSidebar--self-size =
166
+ .label = Tamaño propio
167
+ CallTreeSidebar--categories = Categorías
168
+ CallTreeSidebar--implementation = Implementación
169
+ CallTreeSidebar--running-milliseconds = Milisegundos en ejecución
170
+ CallTreeSidebar--running-sample-count = Conteo de muestras durante ejecución
171
+ CallTreeSidebar--running-bytes = Bytes durante ejecución
172
+ CallTreeSidebar--self-milliseconds = Milisegundos propios
173
+ CallTreeSidebar--self-sample-count = Conteo de muestras propio
174
+ CallTreeSidebar--self-bytes = Bytes propios
135
175
 
136
176
  ## CompareHome
137
177
  ## This is used in the page to compare two profiles.
@@ -329,8 +369,8 @@ MarkerSidebar--select-a-marker = Selecciona un marcador para mostrar informació
329
369
 
330
370
  MarkerTable--start = Inicio
331
371
  MarkerTable--duration = Duración
332
- MarkerTable--type = Tipo
333
- MarkerTable--description = Descripción
372
+ MarkerTable--name = Nombre
373
+ MarkerTable--details = Detalles
334
374
 
335
375
  ## MenuButtons
336
376
  ## These strings are used for the buttons at the top of the profile viewer.
@@ -640,6 +680,13 @@ TabBar--marker-table-tab = Tabla de marcas
640
680
  TabBar--network-tab = Red
641
681
  TabBar--js-tracer-tab = Trazador JS
642
682
 
683
+ ## TabSelectorMenu
684
+ ## This component is a context menu that's opened when you click on the root
685
+ ## range at the top left corner for profiler analysis view. It's used to switch
686
+ ## between tabs that were captured in the profile.
687
+
688
+ TabSelectorMenu--all-tabs-and-windows = Todas las pestañas y ventanas
689
+
643
690
  ## TrackContextMenu
644
691
  ## This is used as a context menu for timeline to organize the tracks in the
645
692
  ## analysis UI.
@@ -656,6 +703,10 @@ TrackContextMenu--hide-other-screenshots-tracks = Ocultar otras pistas de captur
656
703
  TrackContextMenu--hide-track = Ocultar “{ $trackName }”
657
704
  TrackContextMenu--show-all-tracks = Mostrar todas las pistas
658
705
  TrackContextMenu--show-local-tracks-in-process = Mostrar todas las pistas en este proceso
706
+ # This is used as the context menu item to hide all tracks of the selected track's type.
707
+ # Variables:
708
+ # $type (String) - Name of the type of selected track to hide.
709
+ TrackContextMenu--hide-all-tracks-by-selected-track-type = Ocultar todas las pistas del tipo “{ $type }”
659
710
  # This is used in the tracks context menu as a button to show all the tracks
660
711
  # that match the search filter.
661
712
  TrackContextMenu--show-all-matching-tracks = Mostrar todas las pistas coincidentes
@@ -681,7 +732,7 @@ TrackNameButton--hide-process =
681
732
 
682
733
  TrackMemoryGraph--relative-memory-at-this-time = memoria relativa en este momento
683
734
  TrackMemoryGraph--memory-range-in-graph = rango de memoria en un gráfico
684
- TrackMemoryGraph--operations-since-the-previous-sample = operaciones desde la muestra anterior
735
+ TrackMemoryGraph--allocations-and-deallocations-since-the-previous-sample = Asignaciones y desasignaciones desde la muestra anterior
685
736
 
686
737
  ## TrackPower
687
738
  ## This is used to show the power used by the CPU and other chips in a computer,
@@ -708,6 +759,21 @@ TrackPower--tooltip-power-watt = { $value } W
708
759
  # $value (String) - the power value at this location
709
760
  TrackPower--tooltip-power-milliwatt = { $value } mW
710
761
  .label = Potencia
762
+ # This is used in the tooltip when the power value uses the kilowatt unit.
763
+ # Variables:
764
+ # $value (String) - the power value at this location
765
+ TrackPower--tooltip-average-power-kilowatt = { $value } kW
766
+ .label = Consumo promedio en la selección actual
767
+ # This is used in the tooltip when the power value uses the watt unit.
768
+ # Variables:
769
+ # $value (String) - the power value at this location
770
+ TrackPower--tooltip-average-power-watt = { $value } W
771
+ .label = Consumo promedio en la selección actual
772
+ # This is used in the tooltip when the instant power value uses the milliwatt unit.
773
+ # Variables:
774
+ # $value (String) - the power value at this location
775
+ TrackPower--tooltip-average-power-milliwatt = { $value } mW
776
+ .label = Consumo promedio en la selección actual
711
777
  # This is used in the tooltip when the energy used in the current range uses the
712
778
  # kilowatt-hour unit.
713
779
  # Variables:
@@ -765,6 +831,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mWh
765
831
  TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg CO₂e)
766
832
  .label = Energía usada en la selección actual
767
833
 
834
+ ## TrackBandwidth
835
+ ## This is used to show how much data was transfered over time.
836
+ ## For the strings in this group, the carbon dioxide equivalent is estimated
837
+ ## from the amount of data transfered.
838
+ ## The carbon dioxide equivalent represents the equivalent amount
839
+ ## of CO₂ to achieve the same level of global warming potential.
840
+
841
+ # This is used in the tooltip of the bandwidth track.
842
+ # Variables:
843
+ # $value (String) - the value for the data transfer speed.
844
+ # Will contain the unit (eg. B, KB, MB)
845
+ TrackBandwidthGraph--speed = { $value } por segundo
846
+ .label = Velocidad de transferencia para esta muestra
847
+ # This is used in the tooltip of the bandwidth track.
848
+ # Variables:
849
+ # $value (String) - how many read or write operations were performed since the previous sample
850
+ TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
851
+ .label = operaciones de lectura/escritura desde la muestra anterior
852
+ # This is used in the tooltip of the bandwidth track.
853
+ # Variables:
854
+ # $value (String) - the total of transfered data until the hovered time.
855
+ # Will contain the unit (eg. B, KB, MB)
856
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
857
+ TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g CO₂e)
858
+ .label = Datos transferidos a la fecha
859
+ # This is used in the tooltip of the bandwidth track.
860
+ # Variables:
861
+ # $value (String) - the total of transfered data during the visible time range.
862
+ # Will contain the unit (eg. B, KB, MB)
863
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
864
+ TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g CO₂e)
865
+ .label = Datos transferidos en el rango visible
866
+ # This is used in the tooltip of the bandwidth track when a range is selected.
867
+ # Variables:
868
+ # $value (String) - the total of transfered data during the selected time range.
869
+ # Will contain the unit (eg. B, KB, MB)
870
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
871
+ TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g CO₂e)
872
+ .label = Datos transferidos en la selección actual
873
+
768
874
  ## TrackSearchField
769
875
  ## The component that is used for the search input in the track context menu.
770
876
 
@@ -96,7 +96,7 @@ CallNodeContextMenu--copy-stack = Copier la pile
96
96
  CallTree--tracing-ms-total = Temps d’exécution (ms)
97
97
  .title = Le temps d’exécution « total » comprend un résumé de tout le temps où cette fonction a été observée sur la pile. Cela inclut le temps pendant lequel la fonction était réellement en cours d’exécution et le temps passé dans le code appelant cette fonction.
98
98
  CallTree--tracing-ms-self = Individuel (ms)
99
- .title = Le temps « individuel » n’inclut que le temps où la fonction était en haut de la pile. Si cette fonction a fait appel à d’autres fonctions, alors le temps des « autres » fonctions n’est pas inclus. Le temps « individuel » est utile pour comprendre où le temps a été réellement passé dans un programme.
99
+ .title = Le temps « individuel » n’inclut que le temps où la fonction était en haut de la pile. Si cette fonction a fait appel à d’autres fonctions, alors le temps des « autres » fonctions n’est pas inclus. Le temps « individuel » est utile pour comprendre où le temps a été réellement passé dans un programme.
100
100
  CallTree--samples-total = Total (échantillons)
101
101
  .title = Le nombre d’échantillons « total » comprend un résumé de chaque échantillon où cette fonction a été observée sur la pile. Cela inclut le temps où la fonction était réellement en cours d’exécution et le temps passé dans le code appelant cette fonction.
102
102
  CallTree--samples-self = Individuel
@@ -126,6 +126,22 @@ CallTree--inlining-badge = (regroupés)
126
126
  ## This is the sidebar component that is used in Call Tree and Flame Graph panels.
127
127
 
128
128
  CallTreeSidebar--select-a-node = Sélectionnez un nœud pour afficher des informations le concernant.
129
+ CallTreeSidebar--call-node-details = Détails du nœud d’appel
130
+
131
+ ## CallTreeSidebar timing information
132
+ ##
133
+ ## Firefox Profiler stops the execution of the program every 1ms to record the
134
+ ## stack. Only thing we know for sure is the stack at that point of time when
135
+ ## the stack is taken. We try to estimate the time spent in each function and
136
+ ## translate it to a duration. That's why we use the "traced" word here.
137
+ ## There is actually no difference between "Traced running time" and "Running
138
+ ## time" in the context of the profiler. We use "Traced" to emphasize that this
139
+ ## is an estimation where we have more space in the UI.
140
+ ##
141
+ ## "Self time" is the time spent in the function itself, excluding the time spent
142
+ ## in the functions it called. "Running time" is the time spent in the function
143
+ ## itself, including the time spent in the functions it called.
144
+
129
145
 
130
146
  ## CompareHome
131
147
  ## This is used in the page to compare two profiles.
@@ -323,8 +339,8 @@ MarkerSidebar--select-a-marker = Sélectionnez un marqueur pour afficher des inf
323
339
 
324
340
  MarkerTable--start = Début
325
341
  MarkerTable--duration = Durée
326
- MarkerTable--type = Type
327
- MarkerTable--description = Description
342
+ MarkerTable--name = Nom
343
+ MarkerTable--details = Détails
328
344
 
329
345
  ## MenuButtons
330
346
  ## These strings are used for the buttons at the top of the profile viewer.
@@ -634,6 +650,12 @@ TabBar--marker-table-tab = Tableau des marqueurs
634
650
  TabBar--network-tab = Réseau
635
651
  TabBar--js-tracer-tab = Traceur JS
636
652
 
653
+ ## TabSelectorMenu
654
+ ## This component is a context menu that's opened when you click on the root
655
+ ## range at the top left corner for profiler analysis view. It's used to switch
656
+ ## between tabs that were captured in the profile.
657
+
658
+
637
659
  ## TrackContextMenu
638
660
  ## This is used as a context menu for timeline to organize the tracks in the
639
661
  ## analysis UI.
@@ -675,7 +697,7 @@ TrackNameButton--hide-process =
675
697
 
676
698
  TrackMemoryGraph--relative-memory-at-this-time = mémoire relative à ce moment
677
699
  TrackMemoryGraph--memory-range-in-graph = plage mémoire dans le graphique
678
- TrackMemoryGraph--operations-since-the-previous-sample = opérations depuis l’échantillon précédent
700
+ TrackMemoryGraph--allocations-and-deallocations-since-the-previous-sample = allocations et désallocations depuis l’échantillon précédent
679
701
 
680
702
  ## TrackPower
681
703
  ## This is used to show the power used by the CPU and other chips in a computer,
@@ -759,6 +781,46 @@ TrackPower--tooltip-energy-carbon-used-in-preview-milliwatthour = { $value } mW
759
781
  TrackPower--tooltip-energy-carbon-used-in-preview-microwatthour = { $value } µWh ({ $carbonValue } mg eqCO₂)
760
782
  .label = Énergie consommée dans la sélection courante
761
783
 
784
+ ## TrackBandwidth
785
+ ## This is used to show how much data was transfered over time.
786
+ ## For the strings in this group, the carbon dioxide equivalent is estimated
787
+ ## from the amount of data transfered.
788
+ ## The carbon dioxide equivalent represents the equivalent amount
789
+ ## of CO₂ to achieve the same level of global warming potential.
790
+
791
+ # This is used in the tooltip of the bandwidth track.
792
+ # Variables:
793
+ # $value (String) - the value for the data transfer speed.
794
+ # Will contain the unit (eg. B, KB, MB)
795
+ TrackBandwidthGraph--speed = { $value } par seconde
796
+ .label = Vitesse de transfert pour cet échantillon
797
+ # This is used in the tooltip of the bandwidth track.
798
+ # Variables:
799
+ # $value (String) - how many read or write operations were performed since the previous sample
800
+ TrackBandwidthGraph--read-write-operations-since-the-previous-sample = { $value }
801
+ .label = opérations de lecture/écriture depuis le précédent échantillon
802
+ # This is used in the tooltip of the bandwidth track.
803
+ # Variables:
804
+ # $value (String) - the total of transfered data until the hovered time.
805
+ # Will contain the unit (eg. B, KB, MB)
806
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
807
+ TrackBandwidthGraph--cumulative-bandwidth-at-this-time = { $value } ({ $carbonValue } g eqCO₂)
808
+ .label = Données transférées jusqu’à présent
809
+ # This is used in the tooltip of the bandwidth track.
810
+ # Variables:
811
+ # $value (String) - the total of transfered data during the visible time range.
812
+ # Will contain the unit (eg. B, KB, MB)
813
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
814
+ TrackBandwidthGraph--total-bandwidth-in-graph = { $value } ({ $carbonValue } g eqCO₂)
815
+ .label = Données transférées dans l’intervalle visible
816
+ # This is used in the tooltip of the bandwidth track when a range is selected.
817
+ # Variables:
818
+ # $value (String) - the total of transfered data during the selected time range.
819
+ # Will contain the unit (eg. B, KB, MB)
820
+ # $carbonValue (string) - the carbon dioxide equivalent (CO₂e) value in grams
821
+ TrackBandwidthGraph--total-bandwidth-in-range = { $value } ({ $carbonValue } g eqCO₂)
822
+ .label = Données transférées dans la sélection courante
823
+
762
824
  ## TrackSearchField
763
825
  ## The component that is used for the search input in the track context menu.
764
826