diff options
| author | chenzizhan <[email protected]> | 2023-11-13 18:21:37 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2023-11-13 18:21:37 +0800 |
| commit | b4fa7f4413b0770646073ab8e67affd27fd53b2f (patch) | |
| tree | a8ee4d6d001c79bce1e199bbcc31065848e6e622 /include/fieldstat/fieldstat_easy.h | |
| parent | e88ca3ad38a64b9c1b7b0a614473582493d3c3aa (diff) | |
fieldstat_easy_output_array
Diffstat (limited to 'include/fieldstat/fieldstat_easy.h')
| -rw-r--r-- | include/fieldstat/fieldstat_easy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldstat/fieldstat_easy.h b/include/fieldstat/fieldstat_easy.h index 451f226..2770844 100644 --- a/include/fieldstat/fieldstat_easy.h +++ b/include/fieldstat/fieldstat_easy.h @@ -47,6 +47,7 @@ int fieldstat_easy_register_histogram(struct fieldstat_easy *fse, const char *na * @param buff: output buffer. User should free it after use. */ void fieldstat_easy_output(struct fieldstat_easy *fse, char **buff, size_t *buff_len); +void fieldstat_easy_output_array(struct fieldstat_easy *fse, char ***json_objects, size_t *n_object); /* * @brief let the value of counter metric of cell_id increase by `increment`. * @param thread_id: thread id. Must be in [0, max_thread_num). |
