Revision 1573
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/map | ||
---|---|---|
96 | 96 |
log_start('Connecting to '+sql.db_config_str(db_config)) |
97 | 97 |
return sql.connect(db_config) |
98 | 98 |
|
99 |
if end != None: end_str = str(end-1) |
|
100 |
else: end_str = 'end' |
|
101 |
log_start('Processing input rows '+str(start)+'-'+end_str) |
|
102 |
|
|
99 | 103 |
ex_tracker = exc.ExPercentTracker(iter_text='row') |
100 | 104 |
profiler = profiling.ItersProfiler(start_now=True, iter_text='row') |
101 | 105 |
|
Also available in: Unified diff
bin/map: In verbose mode, print which input rows will be processed