• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

llir / llvm / 878 / 2
63%
master: 63%

Build:
Build:
LAST BUILD BRANCH: llvm15
DEFAULT BRANCH: master
Ran 09 Dec 2018 03:29PM UTC
Files 78
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Dec 2018 03:18PM UTC coverage: 62.884%. Remained the same
878.2

Pull #55

travis-ci

web-flow
Add -memprofile option to l-tm

For profiling memory allocations used for producing reproducible
instructions for analysing allocations.

Usage:

This command collects a profile:

```
l-tm -memprofile=mem.pprof <input llvm>
```

This one loads pprof in a mode showing all allocations that occurred by
count (rather than by size, which is alloc_space).

```
go tool pprof -sample_index=alloc_objects mem.pprof
```

Useful commands thereafter: `top10` or `web`.
Pull Request #55: Add -memprofile option to l-tm

7387 of 11747 relevant lines covered (62.88%)

36531.68 hits per line

Source Files on job 878.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 851
  • Travis Job 878.2
  • c9fac83a on github
  • Prev Job for on memprofile-l-tm (#876.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc