File: control

package info (click to toggle)
ruby-peek-rblineprof 0.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 120 kB
  • sloc: ruby: 139; javascript: 5; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: ruby-peek-rblineprof
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 10~),
               gem2deb,
               ruby-peek,
               ruby-rblineprof
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-peek-rblineprof.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-peek-rblineprof.git
Homepage: https://github.com/peek/peek-rblineprof
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-peek-rblineprof
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-peek,
         ruby-rblineprof,
         ${misc:Depends},
         ${shlibs:Depends}
Description: rails integration for rblineprof
 Peek into how much each line of your Rails application takes throughout a
 request.
 .
 Things this peek view provides:
  - Total time it takes to render individual lines within your codebase
  - Total network time spent waiting per line