mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
[Imported from Perforce change 5912 at 2006-12-01 19:50:32] Subversion-branch: /trunk/polyorb Subversion-revision: 34142
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#! /bin/sh
|
|
|
|
tr = ' ' |
|
|
awk '/Elapsed/ { time = $3 }
|
|
/siz/ { print $2 " " time }'
|